mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 00:08:07 +02:00
nix-build: Support ‘--repair’ flag
This commit is contained in:
parent
0a7084567f
commit
2e90a5a2a7
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ EOF
|
|||
$verbose = 1;
|
||||
}
|
||||
|
||||
elsif ($arg eq "--quiet") {
|
||||
elsif ($arg eq "--quiet" || $arg eq "--repair") {
|
||||
push @buildArgs, $arg;
|
||||
push @instArgs, $arg;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue