Files
nix-config/modules/flake/systems.nix
2026-05-06 19:48:33 +05:30

7 lines
62 B
Nix

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