mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
nix-build: Fix --hash
This commit is contained in:
parent
63c80ae26f
commit
12991152be
1 changed files with 3 additions and 0 deletions
|
@ -167,6 +167,9 @@ void mainWrapped(int argc, char * * argv)
|
||||||
buildMode = bmRepair;
|
buildMode = bmRepair;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
else if (*arg == "--hash")
|
||||||
|
buildMode = bmHash;
|
||||||
|
|
||||||
else if (*arg == "--run-env") // obsolete
|
else if (*arg == "--run-env") // obsolete
|
||||||
runEnv = true;
|
runEnv = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue