7.nix-systems/README.md
2023-04-09 10:27:08 +02:00

307 B

default systems

See https://github.com/nix-systems/nix-systems for the full explanation of the pattern and usage.

This repo proposes the default set of systems for nix flakes:

$ default.nix as nix

[
  "aarch64-darwin"
  "aarch64-linux"
  "x86_64-darwin"
  "x86_64-linux"
]