apt-offline: fix pythonImportsCheck usage

This commit is contained in:
Mario Rodas 2023-02-25 04:20:00 +00:00
parent b5641a8e7c
commit 9cae03dbcd

View file

@ -26,7 +26,7 @@ python3Packages.buildPythonApplication rec {
doCheck = false;
pythonimportsCheck = [ "apt-offline" ];
pythonImportsCheck = [ "apt_offline_core" ];
passthru.updateScript = nix-update-script { };