Files
thomas-likes-nix-pkgs/modules/systems.nix
T
2026-04-13 16:15:53 +01:00

7 lines
62 B
Nix

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