diff options
author | tv <tv@krebsco.de> | 2016-02-10 19:06:32 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-02-10 19:06:32 +0100 |
commit | 8b130a66287b829e7b6f9be0130df7231c7a6605 (patch) | |
tree | 98881f9e159418bb5d8ac61669db06502fd0af6a /tv/2configs/hw | |
parent | e6ea4875d467f1fbe6f39e1460352bd0d31feaea (diff) |
krebs.nixpkgs.allowUnfreePredicate: init
Diffstat (limited to 'tv/2configs/hw')
-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 72a40819f..e7a2b9238 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; } |