This commit is contained in:
Kiara Grouwstra 2025-06-01 09:50:38 +02:00
parent 4549fcaeef
commit cad4f2a904
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -161,6 +161,13 @@ As such, we see NixOS as the only viable way to reliably create a reproducible o
Considered alternatives include: Considered alternatives include:
- containers: do not by themselves offer the needed reproducibility - containers: do not by themselves offer the needed reproducibility
#### [npins](https://github.com/andir/npins)
Npins is a dependency pinning tool for Nix which leaves recursive dependencies explicit, keeping the consumer in control.
Considered alternatives include:
- Flakes: defaults to implicitly following recursive dependencies, leaving control with the publisher.
### [OpenTofu](https://opentofu.org/) ### [OpenTofu](https://opentofu.org/)
OpenTofu is the leading open-source framework for infrastructure-as-code. OpenTofu is the leading open-source framework for infrastructure-as-code.