<infinisil>
Mic92: It's really just powered by builtins.unsafeGetAttrPos underneath
<infinisil>
Plus some hackery
<Mic92>
infinisil: this is fine
<infinisil>
Mic92: So you want to map over a repository and add position information for where this repo is defined? So nur.repos.paul.pos should be an url pointing to nur-combined where there's `paul = { ... };`?
<Mic92>
infinisil: yes, this is already better then what I do at the moment.
<infinisil>
Alright, so all that's needed for this is `builtins.unsafeGetAttrPos "eapol_test" nur.repos.mic92`
<Mic92>
thanks
<infinisil>
Mic92: (the thing I coded in the bot here is mostly the part of actually reading the given line out and display it, which is surprisingly hard in Nix with all-packages.nix)