Update Makefile to upstream changes

This commit is contained in:
coolneng 2024-09-10 15:54:51 +02:00
parent 09d4470257
commit 6281ffb58a
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 1 deletions

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