What would you like to be added:
Nix Flake based build/install
I've skimmed through the current imperative install process ({package,install}.sh), and I believe it could remain intact, with the Flake merely wrapping these commands and copying the results into the store.
Why is this needed:
NixOS and NixDarwin have been gaining popularity in the unix community. A flake module would enable reaching those users, as well as streamline potential contributor onboarding thanks to deterministic, simple and non-invasive dev environment setup.
What would you like to be added:
Nix Flake based build/install
I've skimmed through the current imperative install process (
{package,install}.sh), and I believe it could remain intact, with the Flake merely wrapping these commands and copying the results into the store.Why is this needed:
NixOS and NixDarwin have been gaining popularity in the unix community. A flake module would enable reaching those users, as well as streamline potential contributor onboarding thanks to deterministic, simple and non-invasive dev environment setup.