about summary refs log tree commit diff stats
path: root/templates/latex/.envrc
diff options
context:
space:
mode:
Diffstat (limited to 'templates/latex/.envrc')
-rw-r--r--templates/latex/.envrc9
1 files changed, 0 insertions, 9 deletions
diff --git a/templates/latex/.envrc b/templates/latex/.envrc
deleted file mode 100644
index 3bc1085..0000000
--- a/templates/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