nixos-install: pass through impure flag
This commit is contained in:
@@ -64,7 +64,7 @@ while [ "$#" -gt 0 ]; do
|
||||
--no-bootloader)
|
||||
noBootLoader=1
|
||||
;;
|
||||
--show-trace)
|
||||
--show-trace|--impure)
|
||||
extraBuildFlags+=("$i")
|
||||
;;
|
||||
--help)
|
||||
|
||||
Reference in New Issue
Block a user