nix blueprints

oops, well this took to long; but nothing has really changed with the website in the last few years, and currently the only posts are triggered by technical changes. maybe we can change that. # flake.nix { description = "personal website"; inputs = { blueprint.inputs.nixpkgs.follows = "nixpkgs"; blueprint.url = "github:numtide/blueprint"; nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; }; outputs = inputs: inputs.blueprint {inherit inputs;}; } now, blueprint, being an opinionated framework, insisted that all these files be pure, and specify all their inputs. [Read More]

nix, no the other one

I first looked at nix back in 2016 when snap forced me to use a macbook. At the time, I was just looking for a package manager, and it was a hard sell, much harder than the linux laptop that followed a few months later. As such, it was five years before I picked it back up, and I regret not giving it the time back then. I guess this is also a goodbye letter to archlinux, as I have moved my personal systems over to nixos earlier this year, but I mostly wanted to show off how I moved this blog over. [Read More]