Lessons from packaging FMPy to nixpkgs

https://tmplt.dev/blog/lessons-from-packaging-fmpy-to-nixpkgs/

5 Likes

Ah, I had been kinda avoiding replaceVars since I assumed it used --subst-var-by under the hood which only prints a warning for non-matches, but reading this prompted me to check and it seems it instead uses --replace-fail. :+1: TIL

1 Like