From d8a48ddbda62cb0de5adad4a88450ca5a850590b Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sun, 5 Jun 2022 19:34:53 -0600 Subject: Add NIXPKGS_ALLOW_UNFREE=1 to shenv alias --- home/zshrc.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- cgit v1.2.3