nixos-install: pass through impure flag

This commit is contained in:
Dominik Xaver Hörl 2020-10-10 10:05:15 +02:00
parent 1d83d90b39
commit bb61cce82a
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)