From e70dfb5468213469b6270922f84ea7624b91c5eb Mon Sep 17 00:00:00 2001 From: coolneng Date: Tue, 2 Nov 2021 14:54:16 +0100 Subject: [PATCH] Modify the Makefile to only update nixpkgs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 695a4f7..ebe4e88 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ switch: sudo nixos-rebuild switch --flake . update: - nix flake update . + nix flake update nixpkgs upgrade: make update && make switch