nixos/tests/bazarr: remove unfree predicate for unrar
This commit is contained in:
committed by
Bjørn Forsman
parent
6d65b5e435
commit
acb964a35c
@@ -16,7 +16,6 @@ in
|
||||
enable = true;
|
||||
listenPort = port;
|
||||
};
|
||||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) ["unrar"];
|
||||
};
|
||||
|
||||
testScript = ''
|
||||
|
||||
Reference in New Issue
Block a user