I'm giving a talk at FOSDEM: NixOS, declarative configuration Linux distribution

https://news.ycombinator.com/item?id=6909620
by iElectric2 • 13 years ago
32 15 13 years ago

What would you like me to explain? I'll do my best to present NixOS stack in 25 minutes talk. Anything particular you would like to know from the stack?

- Nix is a purely functional package manager. This means that it can ensure that an upgrade to one package cannot break others, that you can always roll back to previous version, that multiple versions of a package can coexist on the same system, and much more.

- Nixpkgs is a large collection of packages that can be installed with the Nix package manager.

- NixOS is a Nix-based Linux distribution. Thanks to Nix, it supports atomic upgrades, rollbacks and multi-user package management, and it has a declarative approach to system configuration management that makes it easy to reproduce a configuration on another machine.

- NixOps, the NixOS-based cloud deployment tool

- Hydra is a Nix-based continuous build system.

Cross-post from reddit.com: http://www.reddit.com/r/linux/comments/1st3vz/im_giving_a_talk_nixos_declarative_configuration/

Related Stories

Loading related stories...

Source preview

news.ycombinator.com