feat: justfile - commit-lock-file

This commit is contained in:
Ryan Yin
2025-07-11 14:39:26 +08:00
parent 716c8baf65
commit fcbbfefedc

View File

@@ -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')]