Files
Noah/dev/systems.nix
2026-09-19 19:31:26 -05:00

7 lines
60 B
Nix

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