nix-config/modules/systems.nix
2026-03-03 21:36:01 +01:00

7 lines
72 B
Nix

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