···82 { nixpkgs.config.allowUnfree = true; }
83 in configuration.nix to override this. If you use Nix standalone, you can add
84 { allowUnfree = true; }
85- to ~/.nixpkgs/config.nix or pass
86- --arg config '{ allowUnfree = true; }'
87- on the command line.''
88 else if !allowBroken && attrs.meta.broken or false then
89 throw "you can't use package ‘${attrs.name}’ in ${pos'} because it has been marked as broken"
90 else if !allowBroken && attrs.meta.platforms or null != null && !lib.lists.elem result.system attrs.meta.platforms then
···82 { nixpkgs.config.allowUnfree = true; }
83 in configuration.nix to override this. If you use Nix standalone, you can add
84 { allowUnfree = true; }
85+ to ~/.nixpkgs/config.nix.''
0086 else if !allowBroken && attrs.meta.broken or false then
87 throw "you can't use package ‘${attrs.name}’ in ${pos'} because it has been marked as broken"
88 else if !allowBroken && attrs.meta.platforms or null != null && !lib.lists.elem result.system attrs.meta.platforms then