recursive set can, regular can not,
rec { a = 1; b = a; }
vs
{ a = 1; b = a; }
https://nix.dev/manual/nix/2.17/language/constructs#recursive-sets