From 61dca6bc7b9df5ec73a68dadcd94d4843eefcced Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Mon, 26 Jan 2026 15:19:23 -0500 Subject: [PATCH] secret updates --- flake.lock | 8 ++++---- justfile | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index b841f5a..f84a98e 100644 --- a/flake.lock +++ b/flake.lock @@ -308,11 +308,11 @@ ] }, "locked": { - "lastModified": 1769410685, - "narHash": "sha256-yrkgnC0fATxYVommoD40rwAQFO/M+Df6lF7YsinWGlY=", + "lastModified": 1769465069, + "narHash": "sha256-1HXiCC0tD9Qyt1Un+6uu6nehrAeFPvDWnJw+J2JFpMs=", "ref": "refs/heads/master", - "rev": "1baeb88ae386aa329efda2052fe7868b2a678b82", - "revCount": 178, + "rev": "2dad7fe10ba3b64ac3e8183f7d2b7fc6ddbbd670", + "revCount": 181, "type": "git", "url": "ssh://git@github.com/TheWanderingCrow/nix-secrets" }, diff --git a/justfile b/justfile index 95870c8..4df2b6c 100644 --- a/justfile +++ b/justfile @@ -14,7 +14,7 @@ rebuild: sudo nixos-rebuild switch --flake . # For hacking on modules rebuild-fast: - sudo nixos-rebuild switch --fast --flake . + sudo nixos-rebuild switch --no-reexec --flake . # Update all flake inputs update: nix flake update