feat(hosts/luna): add nixos base image for default runner
This commit is contained in:
parent
0c7bd4fc22
commit
25837dfd62
@ -63,6 +63,7 @@ in {
|
||||
runner.capacity = 8;
|
||||
};
|
||||
labels = [
|
||||
"default:docker://nixos/nix:latest"
|
||||
"alpine:docker://alpine:latest"
|
||||
"debian:docker://debian:latest"
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user