add minimal README

This commit is contained in:
zimbatm 2023-04-09 10:27:08 +02:00
parent 4e9a51a15c
commit da67096a3b
No known key found for this signature in database
GPG key ID: 71BAF6D40C1D63D7

17
README.md Normal file
View file

@ -0,0 +1,17 @@
# 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](default.nix) as nix
```nix
[
"aarch64-darwin"
"aarch64-linux"
"x86_64-darwin"
"x86_64-linux"
]
```