This package declares the events relevant to the runtime lifecycle of domains.
Check the latest tag of the artifact repository: https://github.com/pythoneda-shared-runtime/lifecycle-events/tags, and use it instead of the [version] placeholder below.
{
description = "[..]";
inputs = rec {
[..]
pythoneda-shared-runtime-lifecycle-events = {
[optional follows]
url =
"github:pythoneda-shared-runtime-def/lifecycle-events/[version]";
};
};
outputs = [..]
};Should you use another PythonEDA modules, you might want to pin those also used by this project. The same applies to https://nixos/nixpkgs and https://github.com/numtide/flake-utils.
The Nix flake is managed by the https://github.com/pythoneda-shared-runtime-def/lifecycle-events definition repository.