final: prev: let # Pin vmixLib to nixpkgs 25-11 so all VM images are built with a consistent toolchain vmixPkgs = prev.v25-11 or prev; in { vmixLib = vmixPkgs.callPackage ./lib {}; }