diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2021-12-04 09:41:23 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2021-12-04 09:41:23 +0100 |
| commit | eb1a1ba59acbc21da53fb458d83ab0e0b13a1c97 (patch) | |
| tree | d9ef214905148687e2496f160d05c81bdf5f65d9 /home | |
| parent | 593f9ce2bf59332a06ecf0fb54667c27a0a4d5d1 (diff) | |
debug mkenv alias
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 ; |
