added nixos label for runner

This commit is contained in:
2024-08-24 15:16:13 +00:00
parent e8143ac7f2
commit 8453369747
+3 -1
View File
@@ -58,7 +58,9 @@
url = "http://gitea.lan:80/";
name = "runner1";
enable = true;
labels = [ "ubuntu-latest:docker://ubuntu:latest" ];
labels = [ "ubuntu-latest:docker://ubuntu:latest"
"nixos:docker://nixos/nix:latest"
];
};
};