Revert "Modify the Makefile to only update nixpkgs"

This reverts commit e70dfb5468.
This commit is contained in:
coolneng 2021-11-03 18:24:10 +01:00
parent 1ea4683400
commit 47dc168b44
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 . sudo nixos-rebuild switch --flake .
update: update:
nix flake update nixpkgs nix flake update .
upgrade: upgrade:
make update && make switch make update && make switch