Merge pull request #100136 from xaverdh/nixos-install-support-impure

nixos-install: pass through impure flag
This commit is contained in:
WORLDofPEACE
2020-10-31 01:17:07 -04:00
committed by GitHub
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)