Justfile: add update-input recipe

This commit is contained in:
Toast 2024-02-28 11:51:18 +01:00
parent 6d7408bc5b
commit 020c4bc4b8

View file

@ -10,6 +10,10 @@ print-recipes:
update: update:
nix flake update nix flake update
# Update a single input
update-input input:
nix flake lock --update-input {{input}}
alias build := build-nixos alias build := build-nixos
# Build a NixOS configuration # Build a NixOS configuration
build-nixos host=`hostname`: build-nixos host=`hostname`: