diff options
author | lassulus <lass@xerxes.r> | 2019-09-06 15:33:04 +0200 |
---|---|---|
committer | lassulus <lass@xerxes.r> | 2019-09-06 15:33:04 +0200 |
commit | c2773285ebf8165fd725065047df7a58da01fb42 (patch) | |
tree | e1e067b768f334916d9d07b6cfa5c1a72b8067a4 /tv/2configs/xp-332.nix | |
parent | b06065549a31cf1713135e6547b04f69f351d7fb (diff) | |
parent | e388d02623b98bad5db52b29ea1ef1f494fddae8 (diff) |
Merge remote-tracking branch 'ni/master'
Diffstat (limited to 'tv/2configs/xp-332.nix')
-rw-r--r-- | tv/2configs/xp-332.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/2configs/xp-332.nix b/tv/2configs/xp-332.nix index 4a0b0ae16..a66b884c8 100644 --- a/tv/2configs/xp-332.nix +++ b/tv/2configs/xp-332.nix @@ -16,7 +16,7 @@ with import <stockholm/lib>; }; krebs.nixpkgs.allowUnfreePredicate = pkg: - elem (parseDrvName pkg.name).name [ "imagescan-plugin-networkscan" ]; + packageName pkg == "imagescan-plugin-networkscan"; nixpkgs.overlays = singleton (self: super: { utsushi-customized = self.utsushi.override { |