From fcbbfefedcab8bc5fc11feae10887b6720bac4c2 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Fri, 11 Jul 2025 14:39:26 +0800 Subject: [PATCH] feat: justfile - commit-lock-file --- Justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Justfile b/Justfile index e99e84e5..01c36fc3 100644 --- a/Justfile +++ b/Justfile @@ -26,13 +26,13 @@ test: # Update all the flake inputs [group('nix')] up: - nix flake update + nix flake update --commit-lock-file # Update specific input # Usage: just upp nixpkgs [group('nix')] upp input: - nix flake update {{input}} + nix flake update {{input}} --commit-lock-file # List all generations of the system profile [group('nix')]