From c0616c6c4da99b18e4683431e596a5619523ac13 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Wed, 29 Oct 2025 11:07:42 -0400 Subject: [PATCH] Update to no commit --- justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/justfile b/justfile index a640034..95870c8 100644 --- a/justfile +++ b/justfile @@ -17,7 +17,7 @@ rebuild-fast: sudo nixos-rebuild switch --fast --flake . # Update all flake inputs update: - nix flake update --commit-lock-file + nix flake update # Update secrets input update-secret: - nix flake update nix-secrets --commit-lock-file + nix flake update nix-secrets