Jonas Chevalier
Jonas Chevalier
@zowoq here, do you want to test this? https://github.com/NixOS/nixpkgs/pull/342529
yes, wasn't that the logic you wanted? https://github.com/NixOS/nixpkgs/pull/342529/files#diff-364739045ddca41a05dac92fc0ff40be35d86f8001d3a66076b3f93cab9dbdf1R89-R100
Ok, I can filter for isNotCudaPackage on the full and non-full jobsets. (pushed at b59601bc5831823afafb75bff1d39146a84b8695)
Ok, I got it now. Fixed the logic in 0632ba36d5fceeef31b1600a9ef8ed7eb6379f3d
@zowoq @emilazy I'm trying this again with unfree+redistributable. This is more in line with what I believe upstream should be building.
This is ready to go (I mean upstream is ready)
> Do you want to add an unfree-redist-stable jobset starting with 24.11? There doesn't seem to be much churn on stable (apart from the occasional staging merge) so it should...
/cc @nifoc
For the second issues, try replacing the `"https://plugins.dprint.dev/toml-0.6.3.wasm"` url with `(pkgs.fetchurl { url = "https://plugins.dprint.dev/toml-0.6.3.wasm"; hash = "sha256-aDfo/sKfOeNpyfd/4N1LgL1bObTTnviYrA8T7M/1KNs="; })` value.
The first thing to do is to assemble the package set somewhere. Probably in nixpkgs since it has all the update infrastructure. What you want is to get an attrset...