Skip to content

pythoneda-shared-pythonlang/infrastructure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Infrastructure

Shared library for infrastructure layers.

How to declare it in your flake

Check the latest tag of the definition repository: https://github.com/pythoneda-shared-pythonlang-def/infrastructure/tags, and use it instead of the [version] placeholder below.

{
  description = "[..]";
  inputs = rec {
    [..]
    pythoneda-shared-pythonlang-infrastructure = {
      [optional follows]
      url =
        "github:pythoneda-shared-pythonlang-def/infrastructure/[version]";
    };
  };
  outputs = [..]
};

Should you use another PythonEDA modules, you might want to pin those also used by this project. The same applies to nixos/nixpkgs and flake-utils. The Nix flake is hosted in its https://github.com/pythoneda-shared-pythonlang-def/infrastructure repository.

About

Shared kernel for infrastructure layers

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages