mirror of
https://github.com/NixOS/flake-registry.git
synced 2025-11-09 03:56:12 +01:00
Convert registry to version 2
This commit is contained in:
parent
0fa5cb36fa
commit
859b32c14f
1 changed files with 106 additions and 30 deletions
|
|
@ -1,32 +1,108 @@
|
||||||
{
|
{
|
||||||
"flakes": {
|
"flakes": [
|
||||||
"flake:blender-bin": {
|
{
|
||||||
"uri": "github:edolstra/nix-warez?dir=blender"
|
"from": {
|
||||||
},
|
"id": "blender-bin",
|
||||||
"flake:dwarffs": {
|
"type": "indirect"
|
||||||
"uri": "github:edolstra/dwarffs"
|
},
|
||||||
},
|
"to": {
|
||||||
"flake:hydra": {
|
"owner": "edolstra",
|
||||||
"uri": "github:NixOS/hydra/flake"
|
"repo": "nix-warez",
|
||||||
},
|
"type": "github"
|
||||||
"flake:nimble": {
|
}
|
||||||
"uri": "github:nix-community/flake-nimble"
|
},
|
||||||
},
|
{
|
||||||
"flake:nix": {
|
"from": {
|
||||||
"uri": "github:NixOS/nix/flakes"
|
"id": "dwarffs",
|
||||||
},
|
"type": "indirect"
|
||||||
"flake:nixops": {
|
},
|
||||||
"uri": "github:NixOS/nixops/flake-support"
|
"to": {
|
||||||
},
|
"owner": "edolstra",
|
||||||
"flake:nixos-homepage": {
|
"repo": "dwarffs",
|
||||||
"uri": "github:NixOS/nixos-homepage/flake"
|
"type": "github"
|
||||||
},
|
}
|
||||||
"flake:nixpkgs": {
|
},
|
||||||
"uri": "github:edolstra/nixpkgs"
|
{
|
||||||
},
|
"from": {
|
||||||
"flake:patchelf": {
|
"id": "hydra",
|
||||||
"uri": "github:NixOS/patchelf"
|
"type": "indirect"
|
||||||
}
|
},
|
||||||
},
|
"to": {
|
||||||
"version": 1
|
"owner": "NixOS",
|
||||||
|
"ref": "flake",
|
||||||
|
"repo": "hydra",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"from": {
|
||||||
|
"id": "nimble",
|
||||||
|
"type": "indirect"
|
||||||
|
},
|
||||||
|
"to": {
|
||||||
|
"owner": "nix-community",
|
||||||
|
"repo": "flake-nimble",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"from": {
|
||||||
|
"id": "nix",
|
||||||
|
"type": "indirect"
|
||||||
|
},
|
||||||
|
"to": {
|
||||||
|
"owner": "NixOS",
|
||||||
|
"ref": "flakes",
|
||||||
|
"repo": "nix",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"from": {
|
||||||
|
"id": "nixops",
|
||||||
|
"type": "indirect"
|
||||||
|
},
|
||||||
|
"to": {
|
||||||
|
"owner": "NixOS",
|
||||||
|
"ref": "flake-support",
|
||||||
|
"repo": "nixops",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"from": {
|
||||||
|
"id": "nixos-homepage",
|
||||||
|
"type": "indirect"
|
||||||
|
},
|
||||||
|
"to": {
|
||||||
|
"owner": "NixOS",
|
||||||
|
"ref": "flake",
|
||||||
|
"repo": "nixos-homepage",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"from": {
|
||||||
|
"id": "nixpkgs",
|
||||||
|
"type": "indirect"
|
||||||
|
},
|
||||||
|
"to": {
|
||||||
|
"owner": "edolstra",
|
||||||
|
"repo": "nixpkgs",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"from": {
|
||||||
|
"id": "patchelf",
|
||||||
|
"type": "indirect"
|
||||||
|
},
|
||||||
|
"to": {
|
||||||
|
"owner": "NixOS",
|
||||||
|
"repo": "patchelf",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"version": 2
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue