79347861

Date: 2025-01-11 10:10:06
Score: 2.5
Natty:
Report link

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

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: KoCa