diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-05-21 21:00:19 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-05-21 21:00:19 -0600 |
| commit | daf190e1ee99afbbb039b6c169208945bfbcb807 (patch) | |
| tree | 205f56c050e46a6ffdf87c9008268117025215c2 | |
| parent | ca4762b5dc6434b5f6d853b28d5682ccff67f10d (diff) | |
home/zshrc: add --impure to shenv
Diffstat (limited to '')
| -rw-r--r-- | home/zshrc.nix | 2 |
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() { |
