chore: add direnv .envrc for per-repo nix shell (#19)
build-binaries / build-binaries (push) Successful in 2m8s
test / test (push) Successful in 1m24s

Auto-loads the repo's own flake devshell on `cd` via direnv. No-op for non-Nix users (direnv simply isn't installed). `.direnv/` eval cache gitignored.

Part of dropping the redundant root migration/ flake aggregator (its non-git path: input copied the whole tree and broke on the local postgres data dir). Each repo's own git-scoped flake is the source of truth now.

Co-authored-by: archvillainette <zoelynne.victoria@gmail.com>
Reviewed-on: #19
This commit was merged in pull request #19.
This commit is contained in:
2026-06-25 07:00:50 +00:00
co-authored by archvillainette
parent eefe00ebc5
commit 79595e55be
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -18,3 +18,4 @@ result-*
*.swp
.idea/
.vscode/
.direnv/