mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 07:04:17 +00:00
firefox: fix policies availability
This commit is contained in:
parent
451606f4a8
commit
87c7d4df16
1 changed files with 1 additions and 1 deletions
|
@ -330,7 +330,7 @@ in {
|
|||
description = "Resulting ${cfg.name} package.";
|
||||
};
|
||||
|
||||
policies = optionalAttrs (unwrappedPackageName != null) (mkOption {
|
||||
policies = optionalAttrs (wrappedPackageName != null) (mkOption {
|
||||
inherit visible;
|
||||
type = types.attrsOf jsonFormat.type;
|
||||
default = { };
|
||||
|
|
Loading…
Reference in a new issue