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