Skip to content

Commit

Permalink
test legacy flag on install_pinned
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroCabeza committed Oct 16, 2024
1 parent d99ddfe commit 849aba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libp2p.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ task install_pinned, "Reads the lockfile":

rmDir("nimbledeps")
mkDir("nimbledeps")
exec "nimble install --solver:sat -y " & toInstall.mapIt(it[1]).join(" ")
exec "nimble install --solver:legacy -y " & toInstall.mapIt(it[1]).join(" ")

# Remove the automatically installed deps
# (inefficient you say?)
Expand Down

0 comments on commit 849aba5

Please sign in to comment.