This is the definition for https://github.com/pythoneda-shared-runtime-infrastructure/eventstoredb-events-infrastructure.
Check the latest tag of this repository and use it instead of the [version] placeholder below.
{
description = "[..]";
inputs = rec {
[..]
pythoneda-shared-runtime-infrastructure-eventstoredb-events-infrastructure = {
[optional follows]
url =
"github:pythoneda-shared-runtime-infra-def/eventstoredb-events-infrastructure/[version]";
};
};
outputs = [..]
};Should you use another PythonEDA modules, you might want to pin those also used by this project. The same applies to nixpkgs and flake-utils.
Use the specific package depending on your system (one of flake-utils.lib.defaultSystems) and Python version:
#packages.[system].pythoneda-shared-runtime-infrastructure-eventstoredb-events-infrastructure-python38#packages.[system].pythoneda-shared-runtime-infrastructure-eventstoredb-events-infrastructure-python39#packages.[system].pythoneda-shared-runtime-infrastructure-eventstoredb-events-infrastructure-python310#packages.[system].pythoneda-shared-runtime-infrastructure-eventstoredb-events-infrastructure-python311