From 56ef3461b7aa70f4ae1e202fb916025aa6487689 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabi=C3=A1n=20Montero?= Date: Tue, 16 Aug 2022 00:11:54 -0600 Subject: [PATCH] =?UTF-8?q?a=C3=B1ade=20allowunfree=20a=20zshrc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home/zshrc.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/zshrc.nix b/home/zshrc.nix index 8b9f9dd..9c67cf1 100644 --- a/home/zshrc.nix +++ b/home/zshrc.nix @@ -88,7 +88,7 @@ function shenv() { - nix shell 'system#shenvs.'"$1" + NIXPKGS_ALLOW_UNFREE=1 nix shell 'system#shenvs.'"$1" --impure } function use() {