Makefile : Rename boot-vanilla to boot-no-nixconf.
This commit is contained in:
parent
ff99cfe763
commit
f3e6c0f743
2
Makefile
2
Makefile
|
@ -9,7 +9,7 @@ android:
|
||||||
boot:
|
boot:
|
||||||
nixos-rebuild boot $(options) --flake $(flake)
|
nixos-rebuild boot $(options) --flake $(flake)
|
||||||
|
|
||||||
boot-vanilla:
|
boot-no-nixconf:
|
||||||
mv /etc/nix/nix.conf /etc/nix/nix.conf_
|
mv /etc/nix/nix.conf /etc/nix/nix.conf_
|
||||||
nixos-rebuild boot $(options) --flake $(flake)
|
nixos-rebuild boot $(options) --flake $(flake)
|
||||||
mv /etc/nix/nix.conf_ /etc/nix/nix.conf
|
mv /etc/nix/nix.conf_ /etc/nix/nix.conf
|
||||||
|
|
Loading…
Reference in a new issue