summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2022-06-05 19:34:53 -0600
committerAlejandro Soto <alejandro@34project.org>2022-06-05 19:34:53 -0600
commitd8a48ddbda62cb0de5adad4a88450ca5a850590b (patch)
tree13a45a193ed8ff766f212723e337318b67289f8a /home
parent2867fb948bb5bec1372120682cfa8c4f549d29cc (diff)
Add NIXPKGS_ALLOW_UNFREE=1 to shenv alias
Diffstat (limited to 'home')
-rw-r--r--home/zshrc.nix2
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() {