From acb964a35c044a65a3fa215afc3b890a47fc0d39 Mon Sep 17 00:00:00 2001 From: Andrei Pampu Date: Wed, 7 Dec 2022 14:49:33 +0200 Subject: [PATCH] nixos/tests/bazarr: remove unfree predicate for unrar --- nixos/tests/bazarr.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/tests/bazarr.nix b/nixos/tests/bazarr.nix index 2e49c958dd0..e59833e5e94 100644 --- a/nixos/tests/bazarr.nix +++ b/nixos/tests/bazarr.nix @@ -16,7 +16,6 @@ in enable = true; listenPort = port; }; - nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) ["unrar"]; }; testScript = ''