From cae2ee5aa2bf75392208d28f1aaff478652b4ac4 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Tue, 24 Jun 2025 11:43:09 -0400 Subject: [PATCH] justfile --- justfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/justfile b/justfile index 2d7e501..bb3a3b0 100644 --- a/justfile +++ b/justfile @@ -1,6 +1,9 @@ default: just -l +# Update all flake inputs +update: + nix flake update --commit-lock-file # Update secrets input update-secret: nix flake update nix-secrets && \