From 38e5feafb8e44a986a9afac237f6ca7f13ce31a6 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 4 Jun 2020 20:13:12 +0200 Subject: [PATCH] Reformat --- flake-registry.json | 262 ++++++++++++++++++++++---------------------- 1 file changed, 131 insertions(+), 131 deletions(-) diff --git a/flake-registry.json b/flake-registry.json index e4cefe1..0545061 100644 --- a/flake-registry.json +++ b/flake-registry.json @@ -1,133 +1,133 @@ { - "flakes": [ - { - "from": { - "id": "blender-bin", - "type": "indirect" - }, - "to": { - "owner": "edolstra", - "repo": "nix-warez", - "type": "github", - "dir": "blender" - } - }, - { - "from": { - "id": "dwarffs", - "type": "indirect" - }, - "to": { - "owner": "edolstra", - "repo": "dwarffs", - "type": "github" - } - }, - { - "from": { - "id": "hydra", - "type": "indirect" - }, - "to": { - "owner": "NixOS", - "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" - } - }, - { - "_comment": "Remove this soon (20200210)", - "from": { - "id": "nixpkgs", - "type": "indirect", - "ref": "release-19.09" - }, - "to": { - "owner": "edolstra", - "repo": "nixpkgs", - "type": "github", - "ref": "release-19.09" - } - }, - { - "from": { - "id": "nixpkgs", - "type": "indirect" - }, - "to": { - "owner": "NixOS", - "repo": "nixpkgs", - "type": "github" - } - }, - { - "from": { - "id": "templates", - "type": "indirect" - }, - "to": { - "owner": "NixOS", - "repo": "templates", - "type": "github" - } - }, - { - "from": { - "id": "patchelf", - "type": "indirect" - }, - "to": { - "owner": "NixOS", - "repo": "patchelf", - "type": "github" - } - } - ], - "version": 2 + "flakes": [ + { + "from": { + "id": "blender-bin", + "type": "indirect" + }, + "to": { + "dir": "blender", + "owner": "edolstra", + "repo": "nix-warez", + "type": "github" + } + }, + { + "from": { + "id": "dwarffs", + "type": "indirect" + }, + "to": { + "owner": "edolstra", + "repo": "dwarffs", + "type": "github" + } + }, + { + "from": { + "id": "hydra", + "type": "indirect" + }, + "to": { + "owner": "NixOS", + "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" + } + }, + { + "_comment": "Remove this soon (20200210)", + "from": { + "id": "nixpkgs", + "ref": "release-19.09", + "type": "indirect" + }, + "to": { + "owner": "edolstra", + "ref": "release-19.09", + "repo": "nixpkgs", + "type": "github" + } + }, + { + "from": { + "id": "nixpkgs", + "type": "indirect" + }, + "to": { + "owner": "NixOS", + "repo": "nixpkgs", + "type": "github" + } + }, + { + "from": { + "id": "templates", + "type": "indirect" + }, + "to": { + "owner": "NixOS", + "repo": "templates", + "type": "github" + } + }, + { + "from": { + "id": "patchelf", + "type": "indirect" + }, + "to": { + "owner": "NixOS", + "repo": "patchelf", + "type": "github" + } + } + ], + "version": 2 }