Skip to content

Commit

Permalink
fix: update help, solver is sat by default
Browse files Browse the repository at this point in the history
sat was made the default in pr #1273
  • Loading branch information
daylinmorgan committed Nov 22, 2024
1 parent 53fc319 commit a43acc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nimblepkg/options.nim
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ Nimble Options:
to be manipulated. If not present creates it.
--useSystemNim Use system nim and ignore nim from the lock
file if any
--solver:sat|legacy Use the SAT solver or the legacy (default) for dependency resolution.
--solver:sat|legacy Use the SAT solver (default) or the legacy for dependency resolution.
--requires Add extra packages to the dependency resolution. Uses the same syntax as the Nimble file. Example: nimble install --requires "pkg1; pkg2 >= 1.2"
--disableNimBinaries Disable the use of nim precompiled binaries. Note in some platforms precompiled binaries are not available but the flag can still be used to avoid compile the Nim version once and reuse it.
Expand Down

0 comments on commit a43acc2

Please sign in to comment.