diff options
Diffstat (limited to 'home')
| -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 ad8db9c..704ef0e 100644 --- a/home/zshrc.nix +++ b/home/zshrc.nix @@ -22,7 +22,7 @@ } function shenv() { - nix shell --impure 'system#shenvs.'"$1" + NIXPKGS_ALLOW_UNFREE=1 nix shell --impure 'system#shenvs.'"$1" } function xseli() { |
