summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorQuentin Aristote <quentin@aristote.fr>2021-12-06 11:16:50 +0100
committerQuentin Aristote <quentin@aristote.fr>2021-12-06 11:16:50 +0100
commitdd5d18ac2f82d9b0f3c3d9143358d3ea280ca870 (patch)
treef3ab0efab03e002556947b5a5eaa2b6cc8c63c2e /home
parenteb1a1ba59acbc21da53fb458d83ab0e0b13a1c97 (diff)
debug mkenv alias
Diffstat (limited to 'home')
-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 87b9cd6..30585f0 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}/shell-template.nix . ;
+ cp ${venv-manager-path}/shell-template.nix ./shell.nix ;
echo "use_nix" >> .envrc ;
direnv allow ;
$EDITOR shell.nix ;