Slide 16
Slide 16 text
Reproducible / 再現性
16
Nix はパッケージを互いに隔離して構築します。これにより、パッケージ
の再現性が保証され、宣言されていない依存関係が存在しないため、あ
るマシンで動作するパッケージは、別のマシンでも動作します。
Nix builds packages in isolation from each other. This ensures that they are
reproducible and don’t have undeclared dependencies, so if a package works on
one machine, it will also work on another.
引用: https://nixos.org、2025年10月10日訪問