mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-08 19:45:42 +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
|
@ -49,6 +49,12 @@
|
||||||
<option>--flake</option> <replaceable>flake-uri</replaceable>
|
<option>--flake</option> <replaceable>flake-uri</replaceable>
|
||||||
</arg>
|
</arg>
|
||||||
|
|
||||||
|
<arg>
|
||||||
|
<group choice='req'>
|
||||||
|
<arg choice='plain'><option>--impure</option></arg>
|
||||||
|
</group>
|
||||||
|
</arg>
|
||||||
|
|
||||||
<arg>
|
<arg>
|
||||||
<arg choice='plain'>
|
<arg choice='plain'>
|
||||||
<option>--channel</option>
|
<option>--channel</option>
|
||||||
|
|
|
@ -64,7 +64,7 @@ while [ "$#" -gt 0 ]; do
|
||||||
--no-bootloader)
|
--no-bootloader)
|
||||||
noBootLoader=1
|
noBootLoader=1
|
||||||
;;
|
;;
|
||||||
--show-trace)
|
--show-trace|--impure)
|
||||||
extraBuildFlags+=("$i")
|
extraBuildFlags+=("$i")
|
||||||
;;
|
;;
|
||||||
--help)
|
--help)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue