nixos-config/packages/ci/layout.kdl
Sridhar Ratnakumar ada1420af8
Typo
2024-07-15 17:16:11 -04:00

23 lines
588 B
Text

// TODO: Make it a nix module?
// - Don't't hardcode hostnames/ systems
// - Use nix store path for nixci-build-remote
layout {
pane size=1 borderless=true {
plugin location="tab-bar"
}
pane split_direction="vertical" {
pane {
name "x86_64-linux"
command "nixci-build-remote"
args "nix-infra@dosa"
}
pane {
name "aaarch64-darwin"
command "nixci-build-remote"
args "nix-infra@sambar"
}
}
pane size=2 borderless=true {
plugin location="status-bar"
}
}