home/git: add extra prefix for work repo detection

This commit is contained in:
Oystein Kristoffer Tveit 2025-04-03 16:12:54 +02:00
parent 48ac907d9e
commit cfd3f364a3
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146

@ -292,7 +292,7 @@ in
"nrfconnect"
"oysteintveit-nordicsemi"
];
in lib.genAttrs organizations (org: map (uri-prefix: "${uri-prefix}${org}") github-uri-prefixes);
in lib.genAttrs organizations (org: map (uri-prefix: "${uri-prefix}${org}") (github-uri-prefixes ++ [ "github-nordicsemi:" ]));
in {
extraConfig = lib.mergeAttrs
{