summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Aristote <quentin@aristote.fr>2021-12-04 09:41:23 +0100
committerQuentin Aristote <quentin@aristote.fr>2021-12-04 09:41:23 +0100
commiteb1a1ba59acbc21da53fb458d83ab0e0b13a1c97 (patch)
treed9ef214905148687e2496f160d05c81bdf5f65d9
parent593f9ce2bf59332a06ecf0fb54667c27a0a4d5d1 (diff)
debug mkenv alias
-rw-r--r--home/config/environment.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/config/environment.nix b/home/config/environment.nix
index ad617b1..87b9cd6 100644
--- a/home/config/environment.nix
+++ b/home/config/environment.nix
@@ -42,7 +42,7 @@
rm = "rm -f";
ssh = "TERM=xterm-256color ssh";
mkenv = ''
- cp ${venv-manager-path}/template-shell.nix . ;
+ cp ${venv-manager-path}/shell-template.nix . ;
echo "use_nix" >> .envrc ;
direnv allow ;
$EDITOR shell.nix ;