Skip to content

pythoneda-sandbox/python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pythoneda-sandbox/python

A Python project used to test PythonEDA.

How to declare it in your flake

Check the latest tag of the artifact repository: https://github.com/pythoneda-sandbox/python-artifact/tags, and use it instead of the [version] placeholder below.

{
  description = "[..]";
  inputs = rec {
    [..]
    pythoneda-shared-sandbox-python = {
      [optional follows]
      url =
        "github:pythoneda-sandbox/python-artifact/[version]?dir=python";
    };
  };
  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 under the https://github.com/pythoneda-sandbox/python-artifact/tree/main/python folder of https://github.com/pythoneda-sandbox/python-artifact.

About

Sandbox repository

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages