Application layer for PythonEDA applications.
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.