From bd42f67847b10c4bbaeb6f15455d62c3207f00b4 Mon Sep 17 00:00:00 2001 From: Daniel Nagy Date: Fri, 9 Sep 2022 09:33:09 +0200 Subject: [PATCH] Add nixos-generators --- flake-registry.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/flake-registry.json b/flake-registry.json index e82d255..39c58fe 100644 --- a/flake-registry.json +++ b/flake-registry.json @@ -210,6 +210,17 @@ "type": "github" } }, + { + "from": { + "id": "nixos-generators", + "type": "indirect" + }, + "to": { + "owner": "nix-community", + "repo": "nixos-generators", + "type": "github" + } + }, { "from": { "id": "nixos-hardware",