We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Right now, to use a NUR module from its flake, the path that has to be used is:
nur.legacyPackages."${system}".repos."${repo}".modules."${module}"
It would be great if the standard flake attributes could be used instead, like:
nur.nixosModules.repos."${repo}"."${module}"