raito
002db9a78f
At Lix, we have few aarch64-linux and aarch64-darwin systems we use to boost our CI. This is a module to handle tenant-specific extra build capacity without it leaking over the rest of the deployment. Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
7 lines
64 B
Nix
7 lines
64 B
Nix
{
|
|
imports = [
|
|
# Remote builders
|
|
./provider.nix
|
|
];
|
|
}
|