diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2021-12-04 09:37:13 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2021-12-04 09:37:13 +0100 |
| commit | 593f9ce2bf59332a06ecf0fb54667c27a0a4d5d1 (patch) | |
| tree | dc1494d0a878ef7a1393a01e230c8286e11452bf /home | |
| parent | b98c7b1acf76feff3c846f7c44cb1ec46546017c (diff) | |
debug mkenv alias
Diffstat (limited to 'home')
| -rw-r--r-- | home/config/environment.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/home/config/environment.nix b/home/config/environment.nix index 9261502..ad617b1 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}/shells/template-shell.nix . ; + cp ${venv-manager-path}/template-shell.nix . ; echo "use_nix" >> .envrc ; direnv allow ; $EDITOR shell.nix ; @@ -68,5 +68,6 @@ }; home.file.".config/latexmkrc".source = ./dotfiles/latexmkrc; - home.file.".config/venv-manager/config/default.nix".source = ./dotfiles/venv-manager.nix; + home.file.".config/venv-manager/config/default.nix".source = + ./dotfiles/venv-manager.nix; } |
