diff options
author | tv <tv@krebsco.de> | 2019-09-04 20:17:56 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2019-09-04 20:28:01 +0200 |
commit | 856ee03a203722722fb646c62c36e4b6aabadaee (patch) | |
tree | 50c4757cb928c784ec4c4b3719ee920219cd7e50 /tv/2configs/hw/AO753.nix | |
parent | 38bf02df0aedd219d70be49c363ccac4da2d09ca (diff) |
treewide: use packageName
Diffstat (limited to 'tv/2configs/hw/AO753.nix')
-rw-r--r-- | tv/2configs/hw/AO753.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/2configs/hw/AO753.nix b/tv/2configs/hw/AO753.nix index 4df5e097a..d5b755cef 100644 --- a/tv/2configs/hw/AO753.nix +++ b/tv/2configs/hw/AO753.nix @@ -39,5 +39,5 @@ with import <stockholm/lib>; HandleSuspendKey=ignore ''; - krebs.nixpkgs.allowUnfreePredicate = pkg: hasPrefix "broadcom-sta-" pkg.name; + krebs.nixpkgs.allowUnfreePredicate = pkg: packageName pkg == "broadcom-sta"; } |