chore(ursrv): add Nix detection (#9729)
Classify the builder `nix@nix` as [Nix](https://nixos.org/) 
This commit is contained in:
@@ -81,6 +81,7 @@ var (
|
|||||||
{regexp.MustCompile(`\sbrew@`), "Homebrew (3rd party)"},
|
{regexp.MustCompile(`\sbrew@`), "Homebrew (3rd party)"},
|
||||||
{regexp.MustCompile(`\sroot@buildkitsandbox`), "LinuxServer.io (3rd party)"},
|
{regexp.MustCompile(`\sroot@buildkitsandbox`), "LinuxServer.io (3rd party)"},
|
||||||
{regexp.MustCompile(`\sports@freebsd`), "FreeBSD (3rd party)"},
|
{regexp.MustCompile(`\sports@freebsd`), "FreeBSD (3rd party)"},
|
||||||
|
{regexp.MustCompile(`\snix@nix`), "Nix (3rd party)"},
|
||||||
{regexp.MustCompile(`.`), "Others"},
|
{regexp.MustCompile(`.`), "Others"},
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user