añade allowunfree a zshrc

This commit is contained in:
Fabián Montero 2022-08-16 00:11:54 -06:00
parent 2674db895a
commit 56ef3461b7

View file

@ -88,7 +88,7 @@
function shenv() { function shenv() {
nix shell 'system#shenvs.'"$1" NIXPKGS_ALLOW_UNFREE=1 nix shell 'system#shenvs.'"$1" --impure
} }
function use() { function use() {