examples
examples copied to clipboard
Nix flake should provide a package that builds the CLI
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 - 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.