Makefile : Make live phony.
This commit is contained in:
parent
da9259ca7c
commit
0ef9750dd4
1
Makefile
1
Makefile
|
@ -31,6 +31,7 @@ install-hm:
|
||||||
nix-channel --update
|
nix-channel --update
|
||||||
nix-shell '<home-manager>' -A install
|
nix-shell '<home-manager>' -A install
|
||||||
|
|
||||||
|
.PHONY: live
|
||||||
live:
|
live:
|
||||||
nix build -o live $(options) $(flake)#nixosConfigurations.live.config.system.build.isoImage
|
nix build -o live $(options) $(flake)#nixosConfigurations.live.config.system.build.isoImage
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue