···8282 { nixpkgs.config.allowUnfree = true; }
8383 in configuration.nix to override this. If you use Nix standalone, you can add
8484 { allowUnfree = true; }
8585- to ~/.nixpkgs/config.nix or pass
8686- --arg config '{ allowUnfree = true; }'
8787- on the command line.''
8585+ to ~/.nixpkgs/config.nix.''
8886 else if !allowBroken && attrs.meta.broken or false then
8987 throw "you can't use package ‘${attrs.name}’ in ${pos'} because it has been marked as broken"
9088 else if !allowBroken && attrs.meta.platforms or null != null && !lib.lists.elem result.system attrs.meta.platforms then