From 2a9d435e8de7e366a78fce0f8eaa303dd4051263 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sat, 20 Jan 2024 11:29:06 +0800 Subject: [PATCH] Makefile: update `update` step --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 28486c70..bc311aa4 100644 --- a/Makefile +++ b/Makefile @@ -16,8 +16,7 @@ test: .PHONY: update update: git checkout -- flake.lock - nix flake update \ - --commit-lock-file --commit-lockfile-summary "flake.lock: update inputs" + nix flake update --commit-lock-file .PHONY: update_with_forked_inputs update_with_forked_inputs: