Skip to content

pythoneda-shared-pythonlang/application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Application

Application layer for PythonEDA applications.

How to declare it in your flake

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

{
  description = "[..]";
  inputs = rec {
    [..]
    pythoneda-shared-pythonlang-application = {
      [optional follows]
      url =
        "github:pythoneda-shared-pythonlang-def/application/[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/application repository.

About

Shared kernel for application layers

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages