Add switch directive to Makefile

This commit is contained in:
Evie Litherland-Smith 2024-05-25 07:03:20 +01:00
parent 19abc43402
commit f35fe50280

View file

@ -1,6 +1,9 @@
.PHONY: default build
.PHONY: default build switch
default: build
build:
nixos-rebuild build --flake . --show-trace
switch:
sudo nixos-rebuild switch --flake . --show-trace