Hi,
On Wed, Apr 9, 2014 at 11:43 AM, Eelco Dolstra
<[email protected]>wrote:
> tl;dr version: The default value of the 'allowUnfree' Nixpkgs
> configuration flag
> has changed from 'true' to 'false'. This means that if your NixOS system
> configuration requires unfree packages, you need to add
>
> { nixpkgs.config.allowUnfree = true; }
>
> to your configuration.nix. If you're using Nixpkgs standalone, you need
> to add
>
> { config.allowUnfree = true; }
>
> to ~/.nixpkgs/config.nix, or pass
>
> --arg config '{ allowUnfree = true; }'
>
> on the command line. (Also, note that unfree packages don't even show up in
> 'nix-env -qa' unless you have allowUnfree enabled.)
>
How do I pass "allowUnfree = true" to nix-repl, so that it lets me evaluate
unfree expressions?
Thanks,
Ricardo
_______________________________________________
nix-dev mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-dev