diff options
Diffstat (limited to 'home')
| -rw-r--r-- | home/config/environment.nix | 2 |
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 ; |
