I’m trying to integrate a Nix based project into a CI tool. For that it would be useful to take a release.nix and get a list of all buildable attributes out of it. This should include recursing into everything that has recurseForDerivations set.
So considering this Nix expression in release.nix:
This changed about 18+ months ago. with the release of nix 2.4.
You either have to stick to 2.3 or adopt to the changes in the experimental interface (which in this case means to also adopt flakes) or get what you need using the non-experimental CLI.