From 3312e9ecbc212d101817a286f5b4fa6032ad36cc Mon Sep 17 00:00:00 2001 From: coolneng Date: Tue, 23 Jan 2024 13:50:49 +0100 Subject: [PATCH] Specify flakes in the update target in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 88e44b2..6a1022f 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ switch: sudo nixos-rebuild switch --flake path://$(PWD)# update: - nix flake update . --commit-lock-file + nix flake update --flake . --commit-lock-file upgrade: make update && make switch