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
|
|
@ -22,7 +22,7 @@ struct CmdCopy : StorePathsCommand
|
|||
mkFlag()
|
||||
.longName("no-check-sigs")
|
||||
.description("do not require that paths are signed by trusted keys")
|
||||
.handler([&](Strings ss) { checkSigs = NoCheckSigs; });
|
||||
.set(&checkSigs, NoCheckSigs);
|
||||
}
|
||||
|
||||
std::string name() override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue