push.cx
Peter Bhat Harkins
NixOS on prgmr and Failing to Learn Nix
Code: docs, nix, prgmr
Comments Off on NixOS on prgmr and Failing to Learn Nix
This is a writeup of my notes on how to get NixOS running on a VPS at prgmr, followed by more general notes on this experiment in learning nix.
Functional Package Management
Code: functional programming, nix, nixos, system administration
Comments Off on Functional Package Management
I just read a great paper about NixOS, a Linux distribution with a “purely functional” package manager. I’ve been thinking about the parallels between programming and system administration, and this is a brilliant use of the comparison. They created a package manager named Nix where all packages are built and maintained independently even of other versions of themselves.