> How do I pass "allowUnfree = true" to nix-repl, so that it lets me evaluate > unfree expressions? system:
configuration.nix:
nixpkgs.config.allowUnfree = true;
user:
~/.nixpkgs/config.nix:
{ pkgs, ... } : {
allowUnfree = true;
}
Marc Weber
_______________________________________________
nix-dev mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-dev
