From 6281ffb58a80df7e362415a5e71f633c1957fa36 Mon Sep 17 00:00:00 2001 From: coolneng Date: Tue, 10 Sep 2024 15:54:51 +0200 Subject: [PATCH] Update Makefile to upstream changes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6a1022f..7410b44 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ switch: sudo nixos-rebuild switch --flake path://$(PWD)# update: - nix flake update --flake . --commit-lock-file + nix flake update --commit-lock-file upgrade: make update && make switch