top | item 46887849

(no title)

rictic | 27 days ago

Yep. What nix adds is a declarative and reproducible way to build customized OS images to boot into.

discuss

order

CuriouslyC|26 days ago

Nix is the best answer to "works on my machine," which is a problem I've seen at pretty much every place I've ever worked.

0x457|26 days ago

It's also an answer to caching with /nix/store. I wish more cloud services supported "give me your nixosConfiguration or something similar" instead of providing api to build containers/vms imperatively. Dockerfile and everything that mimics it is my least favorite way to do this.