Specify flakes in the update target in Makefile

This commit is contained in:
coolneng 2024-01-23 13:50:49 +01:00
parent 30fe89fb7c
commit 3312e9ecbc
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 . --commit-lock-file
nix flake update --flake . --commit-lock-file
upgrade:
make update && make switch