brianmcgee commited on
Commit
e54cac4
·
unverified ·
1 Parent(s): 95f34fa

chore: remove .envrc

Browse files
Files changed (1) hide show
  1. .envrc +0 -18
.envrc DELETED
@@ -1,18 +0,0 @@
1
- #!/usr/bin/env bash
2
- # Used by https://direnv.net
3
-
4
- PRJ_ROOT=$(git rev-parse --show-toplevel)
5
- PRJ_DATA_DIR="$PRJ_ROOT/.data"
6
-
7
- export PRJ_ROOT PRJ_DATA_DIR
8
-
9
- mkdir -p "$PRJ_DATA_DIR"
10
-
11
- # Load `nix develop`
12
- use flake
13
-
14
- # Automatically reload when this file changes
15
- watch_file devshell.nix
16
-
17
- # Extend the environment with per-user overrides
18
- source_env_if_exists .envrc.local