tweak project proposal #1

Open
kiara wants to merge 95 commits from rewrite into main
Showing only changes of commit cad4f2a904 - Show all commits

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:
- 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 is the leading open-source framework for infrastructure-as-code.