Like Docker, but it uses install scripts instead of layered images.
Docker scripts that e.g. clone a remote and build from the HEAD are not reproducible. Another example would be downloading fancysoftware-latest.tgz
Nixos will have you either pull from a specific git commit, or will hash the sources, so the default behavior is reproducible.
Docker scripts that e.g. clone a remote and build from the HEAD are not reproducible. Another example would be downloading fancysoftware-latest.tgz
Nixos will have you either pull from a specific git commit, or will hash the sources, so the default behavior is reproducible.