From eb1a1ba59acbc21da53fb458d83ab0e0b13a1c97 Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Sat, 4 Dec 2021 09:41:23 +0100 Subject: debug mkenv alias --- home/config/environment.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ; -- cgit v1.2.3