From 020c4bc4b8346bec7e2317617b69bd253593659f Mon Sep 17 00:00:00 2001 From: Toast Date: Wed, 28 Feb 2024 11:51:18 +0100 Subject: [PATCH] Justfile: add update-input recipe --- .justfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.justfile b/.justfile index 74ba154..4927b8a 100644 --- a/.justfile +++ b/.justfile @@ -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`: