diff options
Diffstat (limited to 'build/latex/.envrc')
-rw-r--r-- | build/latex/.envrc | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/build/latex/.envrc b/build/latex/.envrc deleted file mode 100644 index 3bc1085..0000000 --- a/build/latex/.envrc +++ /dev/null @@ -1,9 +0,0 @@ -use flake || use nix -watch_file flake.nix - -PATH_add ./scripts - -if on_git_branch; then - echo && git status --short --branch && - echo && git fetch --verbose -fi |