Update Makefile to upstream changes

This commit is contained in:
2024-09-10 15:54:51 +02:00
parent 09d4470257
commit 6281ffb58a

View File

@@ -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