diff --git a/hydra/jobsets.nix b/hydra/jobsets.nix index b50777a..081b290 100644 --- a/hydra/jobsets.nix +++ b/hydra/jobsets.nix @@ -56,7 +56,7 @@ let null else { - name = "branch-${name}"; + name = (builtins.replaceStrings [ "/" ] [ "-" ] "branch-${name}"); value = makeJob { description = "Branch ${name}"; flake = "git+ssh://git@github.com/${repo}?ref=${ref}";