Global registry of Nix flakes
Find a file
zimbatm b2f6fec7bb
add systems
This allows flake users to make the systems list externally extensible.
The default systems is:
```
[
  "aarch64-darwin"
  "aarch64-linux"
  "x86_64-darwin"
  "x86_64-linux"
]
```

See https://github.com/nix-systems/nix-systems for a full explanation
2023-04-09 09:28:59 +02:00
flake-registry.json add systems 2023-04-09 09:28:59 +02:00