lab/nix-dendritic-example/modules/systems.nix

8 lines
103 B
Nix

{
systems = [
"x86_64-linux"
"aarch64-linux"
"aarch64-darwin"
"x86_64-darwin"
];
}