From 0fcc0ab157d547ef0d3f0b11b9be341e17f6df91 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar <3998+srid@users.noreply.github.com> Date: Fri, 30 Sep 2022 11:35:35 -0400 Subject: [PATCH] Add `haskell-flake` https://github.com/srid/haskell-flake Used in flakes-based Haskell projects. --- flake-registry.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/flake-registry.json b/flake-registry.json index e82d255..12f7185 100644 --- a/flake-registry.json +++ b/flake-registry.json @@ -89,6 +89,17 @@ "type": "github" } }, + { + "from": { + "id": "flake-parts", + "type": "indirect" + }, + "to": { + "owner": "srid", + "repo": "haskell-flake", + "type": "github" + } + }, { "from": { "id": "flake-utils",