2026-04-24 14:17:55
Finally managed to generate my :nixos: #NixOS module documentation with proper links to their declarations:
https://gitlab.com/nobodyinperson/yannix/-/blob/main/OPTIONS.md…
TIL that in :nixos: #nix, "${./mydir}" will survive a garbage collection, but a plain ./mydir will not!
Took me way too long to figure this out. Didn't help that `just` gives a stupid error message about a missing shell when it can't change into its -d working directory. 🤦