Simon Žlender
Simon Žlender
I think the example is just wrong. Pthreads for windows doesn't sound like it should be in depsBuildBuild. If it's a runtme dependency, it should being buildInputs.
If you wanna avoid re-initializing nixpkgs across flakes, you can also call `makePackageSet` with `nixpkgs.legacyPackages.${system}`, or for cross `nixpkgs.legacyPackages.${system}.pkgsCross.${platform}`(see https://github.com/NixOS/nixpkgs/blob/master/lib/systems/examples.nix for a list of all cross platforms). As for best...
> @szlend would you expect those packages to be an addition to top-level packages option? I would expect them to be independent to minimize the closure size in CI where...