mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
* Oops, `nix-build --no-out-link' was broken.
This commit is contained in:
parent
005eecfc4d
commit
b3f916995a
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ EOF
|
|||
}
|
||||
|
||||
elsif ($arg eq "--no-out-link" or $arg eq "--no-link") {
|
||||
$addOutLink = 1;
|
||||
$addOutLink = 0;
|
||||
}
|
||||
|
||||
elsif ($arg eq "--drv-link") {
|
||||
|
|
Loading…
Reference in a new issue