summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index ec1a5e3245f0..25de1bf0a663 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -26,7 +26,7 @@ pipeline {
steps {
parallelGitClone url: "https://cgit.duckdns.org/git/nix/nixpkgs",
branch: "wip-local",
- nodeLabels: ["guix", "guix nixbld", "guix vm"],
+ nodeLabels: ["guixsd", "workstation"],
dir: LOCAL_WORKTREE
}
}