Skip to content

pythoneda-shared-runtime-infra-def/eventstoredb-events-infrastructure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pythoneda-shared-runtime-infrastructure/eventstoredb-events-infrastructure

This is the definition for https://github.com/pythoneda-shared-runtime-infrastructure/eventstoredb-events-infrastructure.

How to declare it in your flake

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

About

Definition of pythoneda-shared-runtime-infrastructure/eventstoredb-events-infrastructure

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages