Skip to content

pythoneda-shared-runtime/lifecycle-events

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Runtime lifecycle events

This package declares the events relevant to the runtime lifecycle of domains.

How to declare it in your flake

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.

About

Events related to the runtime lifecycle of a domain

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages