From 01b9e34dd97b450d4ac65c2db94ed9f33c8c1544 Mon Sep 17 00:00:00 2001 From: coolneng Date: Tue, 10 May 2022 23:18:13 +0200 Subject: [PATCH] Modify make update to commit lock file --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9b54ac6..723d67c 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ switch: nixos-rebuild switch --flake . --use-remote-sudo update: - nix flake update . + nix flake update . --commit-lock-file upgrade: make update && make switch