NixOS: Declarative Builds and Deployments
1–10 of 83 posts
Re: NixOS: Declarative Builds and Deployments
#2Re: NixOS: Declarative Builds and Deployments
#3Honestly, I don’t really understand the advantages (or the point of) NixOS over something like Docker.
Re: NixOS: Declarative Builds and Deployments
#4Honestly, I don’t really understand the advantages (or the point of) NixOS over something like Docker.
More appropriate comparisons would be: - NixOS and Ubuntu - nix and apt/homebrew
Re: NixOS: Declarative Builds and Deployments
#5Another neat trick is reproducible shell scripts that use Nix to declare their dependencies in a sort of extended shebang line.
Re: NixOS: Declarative Builds and Deployments
#6Re: NixOS: Declarative Builds and Deployments
#7Honestly, I don’t really understand the advantages (or the point of) NixOS over something like Docker.
No need to use containers too, which bring cognitive/workflow overhead.
Re: NixOS: Declarative Builds and Deployments
#8Honestly, I don’t really understand the advantages (or the point of) NixOS over something like Docker.
Re: NixOS: Declarative Builds and Deployments
#9I like the idea of nixos. Having one file responsible for all packages installed on the system is way better than what traditional distro use. I just don't like the quality of the packages. It would be nice if someone could do something like a os wide packages.json but for a mature packages repository like Debian.
Re: NixOS: Declarative Builds and Deployments
#10Then looked at NixOS. I geht the point of having a deklarative like OS which you can rebuild in a couple of minutes, BUT the nix language is kind of unituitive and all the tools like flake and nix packages do some magic it con't quiet understand. It does not help that the docs are kind of meh.