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]