forked from mirrors/nixpkgs
nixos-rebuild: Don't propagate --no-out-link arg to nix-store
This commit is contained in:
parent
b5b7805543
commit
e430f14da3
|
@ -149,10 +149,11 @@ nixBuild() {
|
||||||
local j="$1"; shift 1
|
local j="$1"; shift 1
|
||||||
instArgs+=("$i" "$j")
|
instArgs+=("$i" "$j")
|
||||||
;;
|
;;
|
||||||
-I)
|
-I) # We don't want this in buildArgs
|
||||||
# We don't want this in buildArgs
|
|
||||||
shift 1
|
shift 1
|
||||||
;;
|
;;
|
||||||
|
--no-out-link) # We don't want this in buildArgs
|
||||||
|
;;
|
||||||
"<"*) # nix paths
|
"<"*) # nix paths
|
||||||
instArgs+=("$i")
|
instArgs+=("$i")
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue