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