Hugo OLD
The theme I use is incompatible with latest version of hugo. In most distributions this would be very frustrating. In Nixos its as easy as
~/.bin/hugo_old
#!/usr/bin/env bash
nix run github:NixOS/nixpkgs/nixos-22.05#hugo -- $*
and now I can run a very old version of the software without having to deprecate anything else.