Justfile: add update-input recipe
This commit is contained in:
parent
6d7408bc5b
commit
020c4bc4b8
1 changed files with 4 additions and 0 deletions
|
|
@ -10,6 +10,10 @@ print-recipes:
|
|||
update:
|
||||
nix flake update
|
||||
|
||||
# Update a single input
|
||||
update-input input:
|
||||
nix flake lock --update-input {{input}}
|
||||
|
||||
alias build := build-nixos
|
||||
# Build a NixOS configuration
|
||||
build-nixos host=`hostname`:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue