I stumbled across some changes in 1.6 and later versions of Pkg.jl that might break julia2nix or at least limit its function. Prior to 1.6, everything in the Artifacts.toml was statically defined. Now there is an optional file located at project_root/.pkg/select_artifacts that can generate an arbitrary Artifacts.toml. The description is here and relevant code here.
I stumbled across some changes in 1.6 and later versions of Pkg.jl that might break julia2nix or at least limit its function. Prior to 1.6, everything in the Artifacts.toml was statically defined. Now there is an optional file located at
project_root/.pkg/select_artifactsthat can generate an arbitrary Artifacts.toml. The description is here and relevant code here.