Modify the Makefile to only update nixpkgs

This commit is contained in:
2021-11-02 14:54:16 +01:00
parent 2cfd1078ce
commit e70dfb5468

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