Adapt Makefile to new CLI flags of nixos-rebuild
This commit is contained in:
parent
86fb493a80
commit
770ecc6c02
2
Makefile
2
Makefile
@ -1,7 +1,7 @@
|
|||||||
DIR=$(HOME)/Projects/zion
|
DIR=$(HOME)/Projects/zion
|
||||||
|
|
||||||
switch:
|
switch:
|
||||||
nixos-rebuild switch --fast --target-host root@zion \
|
nixos-rebuild switch --no-reexec --target-host root@zion \
|
||||||
--build-host root@zion --flake path://$(DIR)#zion
|
--build-host root@zion --flake path://$(DIR)#zion
|
||||||
|
|
||||||
.DEFAULT_GOAL := switch
|
.DEFAULT_GOAL := switch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user