This commit is contained in:
Eelco Dolstra 2020-06-04 20:13:12 +02:00
parent 7146548a0a
commit 38e5feafb8

View file

@ -1,133 +1,133 @@
{ {
"flakes": [ "flakes": [
{ {
"from": { "from": {
"id": "blender-bin", "id": "blender-bin",
"type": "indirect" "type": "indirect"
}, },
"to": { "to": {
"owner": "edolstra", "dir": "blender",
"repo": "nix-warez", "owner": "edolstra",
"type": "github", "repo": "nix-warez",
"dir": "blender" "type": "github"
} }
}, },
{ {
"from": { "from": {
"id": "dwarffs", "id": "dwarffs",
"type": "indirect" "type": "indirect"
}, },
"to": { "to": {
"owner": "edolstra", "owner": "edolstra",
"repo": "dwarffs", "repo": "dwarffs",
"type": "github" "type": "github"
} }
}, },
{ {
"from": { "from": {
"id": "hydra", "id": "hydra",
"type": "indirect" "type": "indirect"
}, },
"to": { "to": {
"owner": "NixOS", "owner": "NixOS",
"repo": "hydra", "repo": "hydra",
"type": "github" "type": "github"
} }
}, },
{ {
"from": { "from": {
"id": "nimble", "id": "nimble",
"type": "indirect" "type": "indirect"
}, },
"to": { "to": {
"owner": "nix-community", "owner": "nix-community",
"repo": "flake-nimble", "repo": "flake-nimble",
"type": "github" "type": "github"
} }
}, },
{ {
"from": { "from": {
"id": "nix", "id": "nix",
"type": "indirect" "type": "indirect"
}, },
"to": { "to": {
"owner": "NixOS", "owner": "NixOS",
"ref": "flakes", "ref": "flakes",
"repo": "nix", "repo": "nix",
"type": "github" "type": "github"
} }
}, },
{ {
"from": { "from": {
"id": "nixops", "id": "nixops",
"type": "indirect" "type": "indirect"
}, },
"to": { "to": {
"owner": "NixOS", "owner": "NixOS",
"ref": "flake-support", "ref": "flake-support",
"repo": "nixops", "repo": "nixops",
"type": "github" "type": "github"
} }
}, },
{ {
"from": { "from": {
"id": "nixos-homepage", "id": "nixos-homepage",
"type": "indirect" "type": "indirect"
}, },
"to": { "to": {
"owner": "NixOS", "owner": "NixOS",
"ref": "flake", "ref": "flake",
"repo": "nixos-homepage", "repo": "nixos-homepage",
"type": "github" "type": "github"
} }
}, },
{ {
"_comment": "Remove this soon (20200210)", "_comment": "Remove this soon (20200210)",
"from": { "from": {
"id": "nixpkgs", "id": "nixpkgs",
"type": "indirect", "ref": "release-19.09",
"ref": "release-19.09" "type": "indirect"
}, },
"to": { "to": {
"owner": "edolstra", "owner": "edolstra",
"repo": "nixpkgs", "ref": "release-19.09",
"type": "github", "repo": "nixpkgs",
"ref": "release-19.09" "type": "github"
} }
}, },
{ {
"from": { "from": {
"id": "nixpkgs", "id": "nixpkgs",
"type": "indirect" "type": "indirect"
}, },
"to": { "to": {
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }
}, },
{ {
"from": { "from": {
"id": "templates", "id": "templates",
"type": "indirect" "type": "indirect"
}, },
"to": { "to": {
"owner": "NixOS", "owner": "NixOS",
"repo": "templates", "repo": "templates",
"type": "github" "type": "github"
} }
}, },
{ {
"from": { "from": {
"id": "patchelf", "id": "patchelf",
"type": "indirect" "type": "indirect"
}, },
"to": { "to": {
"owner": "NixOS", "owner": "NixOS",
"repo": "patchelf", "repo": "patchelf",
"type": "github" "type": "github"
} }
} }
], ],
"version": 2 "version": 2
} }