añade allowunfree a zshrc
This commit is contained in:
parent
2674db895a
commit
56ef3461b7
|
@ -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() {
|
||||||
|
|
Loading…
Reference in a new issue