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
commit 7b3b82f7af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View file

@ -49,6 +49,12 @@
<option>--flake</option> <replaceable>flake-uri</replaceable>
</arg>
<arg>
<group choice='req'>
<arg choice='plain'><option>--impure</option></arg>
</group>
</arg>
<arg>
<arg choice='plain'>
<option>--channel</option>

View file

@ -64,7 +64,7 @@ while [ "$#" -gt 0 ]; do
--no-bootloader)
noBootLoader=1
;;
--show-trace)
--show-trace|--impure)
extraBuildFlags+=("$i")
;;
--help)