nixos/tests/bazarr: remove unfree predicate for unrar

This commit is contained in:
Andrei Pampu 2022-12-07 14:49:33 +02:00 committed by Bjørn Forsman
parent 6d65b5e435
commit acb964a35c

View file

@ -16,7 +16,6 @@ in
enable = true;
listenPort = port;
};
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) ["unrar"];
};
testScript = ''