Unverified Commit e0b74ead authored by Maciej Krüger's avatar Maciej Krüger
Browse files

odoo15: remove updatescript

parent b0ace70d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -109,7 +109,6 @@ in python.pkgs.buildPythonApplication rec {
  dontStrip = true;

  passthru = {
    updateScript = ./update.sh;
    tests = { inherit (nixosTests) odoo15; };
  };