aboutsummaryrefslogtreecommitdiff
path: root/modules/flake/systems.nix
blob: e66e2e195fe0d048ab22825f4e6ee2bdf685d7cc (plain)
1
2
3
4
5
6
7
8
9
{ ... }:

{
  # Define systems for perSystem (even if we don't use it much)
  systems = [
    "x86_64-linux"
    "aarch64-darwin"
  ];
}