Modify the Makefile to only update nixpkgs

This commit is contained in:
coolneng 2021-11-02 14:54:16 +01:00
parent 2cfd1078ce
commit e70dfb5468
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 .
update:
nix flake update .
nix flake update nixpkgs
upgrade:
make update && make switch