about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--machines/aszlig/dnyarri.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/aszlig/dnyarri.nix b/machines/aszlig/dnyarri.nix
index 97be2d72..0141fe36 100644
--- a/machines/aszlig/dnyarri.nix
+++ b/machines/aszlig/dnyarri.nix
@@ -59,7 +59,7 @@ in {
   nixpkgs.config = {
     allowUnfreePredicate = pkg: let
       inherit (builtins.parseDrvName pkg.name) name;
-    in lib.hasSuffix "-hplip" name && lib.hasPrefix "python" name;
+    in name == "hplip";
     packageOverrides = super: {
       hplip = super.hplip.override { withPlugin = true; };
     };