nixos/tests/bazarr: remove unfree predicate for unrar

This commit is contained in:
Andrei Pampu
2022-12-07 14:59:49 +01:00
committed by Bjørn Forsman
parent 6d65b5e435
commit acb964a35c
-1
View File
@@ -16,7 +16,6 @@ in
enable = true;
listenPort = port;
};
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) ["unrar"];
};
testScript = ''