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