diff --git a/Makefile b/Makefile index 4438be8..555d06b 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,8 @@ +DIR=$(HOME)/Projects/panacea + switch: nixos-rebuild switch --target-host root@localhost \ - --build-host root@localhost --flake path://$(PWD)#panacea + --build-host root@localhost --flake path://$(DIR)#panacea update: nix flake update --commit-lock-file