From 7a0003aff5262172700c5a10c53d91fa4421eec4 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Mon, 30 Sep 2024 19:32:31 +0200 Subject: fix(templates/latex/{academia,letter}): Share files and update to lpm v2.0 --- templates/latex/academia/.envrc | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) mode change 100644 => 120000 templates/latex/academia/.envrc (limited to 'templates/latex/academia/.envrc') diff --git a/templates/latex/academia/.envrc b/templates/latex/academia/.envrc deleted file mode 100644 index 3bc1085..0000000 --- a/templates/latex/academia/.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 diff --git a/templates/latex/academia/.envrc b/templates/latex/academia/.envrc new file mode 120000 index 0000000..db044c7 --- /dev/null +++ b/templates/latex/academia/.envrc @@ -0,0 +1 @@ +../../../common/.envrc \ No newline at end of file -- cgit 1.4.1