Commit 9cae03db authored by Mario Rodas's avatar Mario Rodas
Browse files

apt-offline: fix pythonImportsCheck usage

parent b5641a8e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ python3Packages.buildPythonApplication rec {

  doCheck = false;

  pythonimportsCheck = [ "apt-offline" ];
  pythonImportsCheck = [ "apt_offline_core" ];

  passthru.updateScript = nix-update-script { };