Unfree software: Difference between revisions

imported>Samueldr
mNo edit summary
imported>Das-g
Mention possibility to whitelist unfree packages or licenses and link to further information in the Nixpkgs manual
Line 24: Line 24:


<syntaxhighlight lang="bash">NIXPKGS_ALLOW_UNFREE=1 nix-env</syntaxhighlight>
<syntaxhighlight lang="bash">NIXPKGS_ALLOW_UNFREE=1 nix-env</syntaxhighlight>
For whitelisting '''only specific''' unfree packages or unfree licenses
see the [https://nixos.org/nixpkgs/manual/#sec-allow-unfree "Installing unfree packages" section]
of the Nixpkgs manual.


Note that we are not able to test or build unfree software on Hydra
Note that we are not able to test or build unfree software on Hydra