So a sort of crazy thing happened to the Nix UI between Nix 2.3 and 2.4. nix shell, the command that opens a shell, was renamed to nix develop. nix develop is not only more to type (no, nix dev does not work), but it’s also a… misleading name for this command. I publish and preview my blog from a Nix shell, which has dependencies like my static site generator and CSS prefixer and such. I do not think of this as “developing” my blog. I think of it as writing my blog within a Nix shell....