mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
nixos-rebuild: Don't pass --impure
to realization when building flake remotely and impurely
It doesn't work and it's not required for building.
This commit is contained in:
parent
d82d0d9fb0
commit
a2c0cb0db7
1 changed files with 2 additions and 0 deletions
|
@ -247,6 +247,8 @@ nixFlakeBuild() {
|
|||
local k="$1"; shift 1
|
||||
evalArgs+=("$i" "$j" "$k")
|
||||
;;
|
||||
--impure) # We don't want this in buildArgs, it's only needed at evaluation time, and unsupported during realisation
|
||||
;;
|
||||
*)
|
||||
buildArgs+=("$i")
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue