pretix: expose as python module to local package set

This allows consuming pretix as a library for tests.
This commit is contained in:
Martin Weinelt
2025-06-03 14:59:14 +02:00
parent 1680e07b7f
commit d1ff75196d
+2
View File
@@ -7,6 +7,7 @@
python3,
gettext,
nixosTests,
pretix,
plugins ? [ ],
}:
@@ -35,6 +36,7 @@ let
};
};
pretix = self.toPythonModule pretix;
pretix-plugin-build = self.callPackage ./plugin-build.nix { };
};
};