Description
I'm creating this ticket to indicate my intent to open a PR with Nix packages for the iggy binaries as well as a NixOS module configuration which I have now been using for a week in my homelab.
The Nix package manager enables:
- reproducible package builds with deterministic system dependencies.
- development shell as a unified way to handle all the tools and dependencies needed to build the project.
NixOS basically is an entire Linux distribution based on the concept of declarative, reproducible configs that allows for easy rollback of the system state as well.
Its a great fit for iggy to be able to deploy the NixOS module on bare-metal hardware.
Component
Other
Proposed solution
I'll create a PR to provide the dev shell, packages and NixOS module required.
Alternatives considered
No response
Description
I'm creating this ticket to indicate my intent to open a PR with Nix packages for the iggy binaries as well as a NixOS module configuration which I have now been using for a week in my homelab.
The Nix package manager enables:
NixOS basically is an entire Linux distribution based on the concept of declarative, reproducible configs that allows for easy rollback of the system state as well.
Its a great fit for iggy to be able to deploy the NixOS module on bare-metal hardware.
Component
Other
Proposed solution
I'll create a PR to provide the dev shell, packages and NixOS module required.
Alternatives considered
No response