Skip to content
Snippets Groups Projects
Commit 2e90a5a2 authored by Eelco Dolstra's avatar Eelco Dolstra
Browse files

nix-build: Support ‘--repair’ flag

parent 0a708456
No related branches found
No related tags found
No related merge requests found
...@@ -134,7 +134,7 @@ EOF ...@@ -134,7 +134,7 @@ EOF
$verbose = 1; $verbose = 1;
} }
elsif ($arg eq "--quiet") { elsif ($arg eq "--quiet" || $arg eq "--repair") {
push @buildArgs, $arg; push @buildArgs, $arg;
push @instArgs, $arg; push @instArgs, $arg;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment