mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-24 17:08:25 +02:00
feat: justfile - commit-lock-file
This commit is contained in:
4
Justfile
4
Justfile
@@ -26,13 +26,13 @@ test:
|
|||||||
# Update all the flake inputs
|
# Update all the flake inputs
|
||||||
[group('nix')]
|
[group('nix')]
|
||||||
up:
|
up:
|
||||||
nix flake update
|
nix flake update --commit-lock-file
|
||||||
|
|
||||||
# Update specific input
|
# Update specific input
|
||||||
# Usage: just upp nixpkgs
|
# Usage: just upp nixpkgs
|
||||||
[group('nix')]
|
[group('nix')]
|
||||||
upp input:
|
upp input:
|
||||||
nix flake update {{input}}
|
nix flake update {{input}} --commit-lock-file
|
||||||
|
|
||||||
# List all generations of the system profile
|
# List all generations of the system profile
|
||||||
[group('nix')]
|
[group('nix')]
|
||||||
|
|||||||
Reference in New Issue
Block a user