dendritic-example/modules/systems.nix
2025-07-22 20:55:21 +01:00

8 lines
103 B
Nix

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