add minimal README
This commit is contained in:
parent
4e9a51a15c
commit
da67096a3b
1 changed files with 17 additions and 0 deletions
17
README.md
Normal file
17
README.md
Normal 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"
|
||||
]
|
||||
```
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue