diff options
Diffstat (limited to 'home/zshrc.nix')
| -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() { |
