diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-06-05 19:34:53 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-06-05 19:34:53 -0600 |
| commit | d8a48ddbda62cb0de5adad4a88450ca5a850590b (patch) | |
| tree | 13a45a193ed8ff766f212723e337318b67289f8a /home | |
| parent | 2867fb948bb5bec1372120682cfa8c4f549d29cc (diff) | |
Add NIXPKGS_ALLOW_UNFREE=1 to shenv alias
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 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() { |
