Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

113 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Infrastructure

Definition of https://github.com/pythoneda-shared-artifact/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-artifact-infrastructure = {
      [optional follows]
      url =
        "github:pythoneda-shared-artifact-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 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-artifact-infrastructure-python38
  • #packages.[system].pythoneda-shared-artifact-infrastructure-python39
  • #packages.[system].pythoneda-shared-artifact-infrastructure-python310
  • #packages.[system].pythoneda-shared-artifact-infrastructure-python311

About

Artifact space for pythoneda-shared-artifact/infrastructure

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages