nix build: Add --out-link and --no-link options
This commit is contained in:
parent
df4342bc17
commit
dff440aab3
4 changed files with 37 additions and 10 deletions
|
|
@ -41,7 +41,7 @@ struct CmdRun : InstallablesCommand
|
|||
.longName("ignore-environment")
|
||||
.shortName('i')
|
||||
.description("clear the entire environment (except those specified with --keep)")
|
||||
.handler([&](Strings ss) { ignoreEnvironment = true; });
|
||||
.set(&ignoreEnvironment, true);
|
||||
|
||||
mkFlag()
|
||||
.longName("keep")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue