examples icon indicating copy to clipboard operation
examples copied to clipboard

Nix flake should provide a package that builds the CLI

Open cor opened this issue 4 months ago • 1 comments

What is the problem this feature would solve?

Currently the nix flake only provides a devShell. It would be nice if it could also define a package that builds the CLI app.

What is the feature you are proposing to solve the problem?

nix flake package definition

What alternatives have you considered?

No response

cor avatar Aug 18 '25 16:08 cor

@cor - thanks for the suggestion! However, we don't integrate Nix with our build processes in any of our repositories at this time.

We currently use Nix solely providing a consistent development environment via the devShell setup, and this is quite intentional as we prefer to leverage existing ecosystem tooling for our builds.

IMax153 avatar Aug 18 '25 16:08 IMax153