diff --git a/flake.lock b/flake.lock index f8b3865..4e1602d 100644 --- a/flake.lock +++ b/flake.lock @@ -251,11 +251,11 @@ ] }, "locked": { - "lastModified": 1774986869, - "narHash": "sha256-F6vpN/1QKHGeedOqPki+/ipcuGqjFjxmSFzO00GMMh0=", + "lastModified": 1775494885, + "narHash": "sha256-fZLO1KCJ/YJ1TdIl/KKgh8I6nShm2VNhWyl4mcwvnsc=", "ref": "refs/heads/prod", - "rev": "2bf5043b4d108be6e2d80e56fe8ba693c5f5a574", - "revCount": 206, + "rev": "01b0c16e06a81ba98b23f0677075fd780b95313f", + "revCount": 207, "type": "git", "url": "ssh://forgejo@git.wanderingcrow.net/TheWanderingCrow/nix-secrets" }, diff --git a/justfile b/justfile index 4df2b6c..7eaeed8 100644 --- a/justfile +++ b/justfile @@ -12,6 +12,8 @@ build: [confirm('Rebuild the system?')] rebuild: sudo nixos-rebuild switch --flake . +find PACKAGE: + nix-instantiate --eval-only --expr '(import {}).{{PACKAGE}}.outPath' # For hacking on modules rebuild-fast: sudo nixos-rebuild switch --no-reexec --flake .