Revert "Modify the Makefile to only update nixpkgs"

This reverts commit e70dfb5468.
This commit is contained in:
2021-11-03 18:24:10 +01:00
parent 1ea4683400
commit 47dc168b44

View File

@@ -2,7 +2,7 @@ switch:
sudo nixos-rebuild switch --flake .
update:
nix flake update nixpkgs
nix flake update .
upgrade:
make update && make switch