From 41a4fc71ed8111154f56bdd25f34a436f3b3d01a Mon Sep 17 00:00:00 2001 From: Daniel Nagy Date: Mon, 14 Feb 2022 18:46:32 +0100 Subject: [PATCH] Add poetry2nix --- flake-registry.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/flake-registry.json b/flake-registry.json index 51864f7..d4c283f 100644 --- a/flake-registry.json +++ b/flake-registry.json @@ -212,6 +212,17 @@ "type": "github" } }, + { + "from": { + "id": "poetry2nix", + "type": "indirect" + }, + "to": { + "owner": "nix-community", + "repo": "poetry2nix", + "type": "github" + } + }, { "from": { "id": "nix-serve",