From 9af8e62ac9e76cdcfbdd52c4727317c73970f161 Mon Sep 17 00:00:00 2001 From: coolneng Date: Tue, 10 May 2022 23:11:58 +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