diff --git a/Makefile b/Makefile index 88e44b2..6a1022f 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ switch: sudo nixos-rebuild switch --flake path://$(PWD)# update: - nix flake update . --commit-lock-file + nix flake update --flake . --commit-lock-file upgrade: make update && make switch