Skip to content

Commit

Permalink
chore(ursrv): add Nix detection (syncthing#9729)
Browse files Browse the repository at this point in the history
Classify the builder `nix@nix` as [Nix](https://nixos.org/)

![369684243-172cab09-df6f-449a-a638-1f0a0c080ab3](https://github.com/user-attachments/assets/37a6e0a5-bdcb-4b31-8b36-eaaa42423382)
  • Loading branch information
bt90 authored Sep 22, 2024
1 parent a873d12 commit 9ca1017
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/infra/ursrv/serve/serve.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ var (
{regexp.MustCompile(`\sbrew@`), "Homebrew (3rd party)"},
{regexp.MustCompile(`\sroot@buildkitsandbox`), "LinuxServer.io (3rd party)"},
{regexp.MustCompile(`\sports@freebsd`), "FreeBSD (3rd party)"},
{regexp.MustCompile(`\snix@nix`), "Nix (3rd party)"},
{regexp.MustCompile(`.`), "Others"},
}
)
Expand Down

0 comments on commit 9ca1017

Please sign in to comment.