You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Some packages I use are licensed with unfree license. In a regular nixos, there area multiple ways to allow those, but this utility allows none of them.
Describe the solution you'd like
Some setting to allow unfree packages to be evaluated.
Describe alternatives you've considered
I tried setting NIXPKGS_ALLOW_UNFREE=1 and using --impure, I specified { allowUnfree = true; } in ~/.config/nixpkgs/config.nix, neither worked
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Some packages I use are licensed with unfree license. In a regular nixos, there area multiple ways to allow those, but this utility allows none of them.
Describe the solution you'd like
Some setting to allow unfree packages to be evaluated.
Describe alternatives you've considered
I tried setting
NIXPKGS_ALLOW_UNFREE=1
and using--impure
, I specified{ allowUnfree = true; }
in~/.config/nixpkgs/config.nix
, neither workedThe text was updated successfully, but these errors were encountered: