From 79595e55be64ee448e81c0dfbd2f2f1e66f3b0b8 Mon Sep 17 00:00:00 2001 From: archvillainette Date: Thu, 25 Jun 2026 07:00:50 +0000 Subject: [PATCH] chore: add direnv .envrc for per-repo nix shell (#19) 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 Reviewed-on: https://git.westgate.pw/ShadowsOverWestgate/sow-tools/pulls/19 --- .envrc | 1 + .gitignore | 1 + 2 files changed, 2 insertions(+) create mode 100644 .envrc diff --git a/.envrc b/.envrc new file mode 100644 index 0000000..3550a30 --- /dev/null +++ b/.envrc @@ -0,0 +1 @@ +use flake diff --git a/.gitignore b/.gitignore index e37a434..cc2aab9 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ result-* *.swp .idea/ .vscode/ +.direnv/