Justfile: add update recipe
This commit is contained in:
parent
f012eb6d2b
commit
f0b0ca75da
1 changed files with 3 additions and 0 deletions
|
|
@ -7,6 +7,9 @@ find-results:
|
|||
print-recipes:
|
||||
@just --list
|
||||
|
||||
update:
|
||||
nix flake update
|
||||
|
||||
alias build := build-nixos
|
||||
# Build a NixOS configuration
|
||||
build-nixos host=`hostname`:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue