mirror of
https://github.com/NixOS/flake-registry.git
synced 2025-11-08 19:46:12 +01:00
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
This commit is contained in:
parent
507c028d8d
commit
b2f6fec7bb
1 changed files with 11 additions and 0 deletions
|
|
@ -354,6 +354,17 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": {
|
||||
"id": "systems",
|
||||
"type": "indirect"
|
||||
},
|
||||
"to": {
|
||||
"owner": "nix-systems",
|
||||
"repo": "default",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": {
|
||||
"id": "helix",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue