summaryrefslogtreecommitdiffstats
path: root/tv/2configs/hw
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2016-02-10 19:06:32 +0100
committertv <tv@krebsco.de>2016-02-10 19:06:32 +0100
commit8b130a66287b829e7b6f9be0130df7231c7a6605 (patch)
tree98881f9e159418bb5d8ac61669db06502fd0af6a /tv/2configs/hw
parente6ea4875d467f1fbe6f39e1460352bd0d31feaea (diff)
krebs.nixpkgs.allowUnfreePredicate: init
Diffstat (limited to 'tv/2configs/hw')
-rw-r--r--tv/2configs/hw/AO753.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/2configs/hw/AO753.nix b/tv/2configs/hw/AO753.nix
index 72a40819..e7a2b923 100644
--- a/tv/2configs/hw/AO753.nix
+++ b/tv/2configs/hw/AO753.nix
@@ -41,5 +41,5 @@ with lib;
HandleSuspendKey=ignore
'';
- nixpkgs.config.allowUnfreePredicate = pkg: hasPrefix "broadcom-sta-" pkg.name;
+ krebs.nixpkgs.allowUnfreePredicate = pkg: hasPrefix "broadcom-sta-" pkg.name;
}