mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-07 19:15:36 +03:00
nixos-install: pass through impure flag
This commit is contained in:
parent
1d83d90b39
commit
bb61cce82a
2 changed files with 7 additions and 1 deletions
|
@ -64,7 +64,7 @@ while [ "$#" -gt 0 ]; do
|
|||
--no-bootloader)
|
||||
noBootLoader=1
|
||||
;;
|
||||
--show-trace)
|
||||
--show-trace|--impure)
|
||||
extraBuildFlags+=("$i")
|
||||
;;
|
||||
--help)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue