Is your feature request related to a problem? Please describe.
I use Nix instead of Homebrew for package management and couldn't install the Vapour toolbox because the only installation method supported is Homebrew's
Describe the solution you'd like
It'd be great if Vapor provided a Nix package for Nix users
Describe alternatives you've considered
The alternative that I considered was pulling the source code of the project, compiling it, and exposing the executable through the PATH environment variable.
Additional context
I'd be happy to take a stab at supporting this if the team is happy with this direction. Note that this is an additional installation method that would need to be maintained. The upside is that through Home Manager, developers can easily pin a project to the Vapour toolbox.
Is your feature request related to a problem? Please describe.
I use Nix instead of Homebrew for package management and couldn't install the Vapour toolbox because the only installation method supported is Homebrew's
Describe the solution you'd like
It'd be great if Vapor provided a Nix package for Nix users
Describe alternatives you've considered
The alternative that I considered was pulling the source code of the project, compiling it, and exposing the executable through the
PATHenvironment variable.Additional context
I'd be happy to take a stab at supporting this if the team is happy with this direction. Note that this is an additional installation method that would need to be maintained. The upside is that through Home Manager, developers can easily pin a project to the Vapour toolbox.