summaryrefslogtreecommitdiff
path: root/home/zshrc.nix
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2022-05-21 21:00:19 -0600
committerAlejandro Soto <alejandro@34project.org>2022-05-21 21:00:19 -0600
commitdaf190e1ee99afbbb039b6c169208945bfbcb807 (patch)
tree205f56c050e46a6ffdf87c9008268117025215c2 /home/zshrc.nix
parentca4762b5dc6434b5f6d853b28d5682ccff67f10d (diff)
home/zshrc: add --impure to shenv
Diffstat (limited to '')
-rw-r--r--home/zshrc.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/zshrc.nix b/home/zshrc.nix
index 85cdc95..ad8db9c 100644
--- a/home/zshrc.nix
+++ b/home/zshrc.nix
@@ -22,7 +22,7 @@
}
function shenv() {
- nix shell 'system#shenvs.'"$1"
+ nix shell --impure 'system#shenvs.'"$1"
}
function xseli() {