From cfe409d0e8b67500ca74f67c6d4564827969e107 Mon Sep 17 00:00:00 2001
From: Daniel Firth <dan.firth@homotopic.tech>
Date: Wed, 14 Sep 2022 09:19:47 +0100
Subject: [PATCH] remove haskell-flake input

---
 flake.lock | 16 ----------------
 flake.nix  |  1 -
 2 files changed, 17 deletions(-)

diff --git a/flake.lock b/flake.lock
index 52cb9443..3a75d1ef 100644
--- a/flake.lock
+++ b/flake.lock
@@ -196,21 +196,6 @@
         "type": "github"
       }
     },
-    "haskell-flake": {
-      "locked": {
-        "lastModified": 1661726764,
-        "narHash": "sha256-YzzOoff6m3W4g4B0E8xd3omvOhEVuRu/Rdvnmy2H6Jc=",
-        "owner": "srid",
-        "repo": "haskell-flake",
-        "rev": "3c27b5ba2eafc52f4bed232a8ff74cf0a5a99375",
-        "type": "github"
-      },
-      "original": {
-        "owner": "srid",
-        "repo": "haskell-flake",
-        "type": "github"
-      }
-    },
     "hedgehog-golden": {
       "flake": false,
       "locked": {
@@ -357,7 +342,6 @@
         "ema": "ema",
         "flake-parts": "flake-parts",
         "flake-utils": "flake-utils",
-        "haskell-flake": "haskell-flake",
         "hedgehog-golden": "hedgehog-golden",
         "hlint": "hlint",
         "lint-utils": "lint-utils",
diff --git a/flake.nix b/flake.nix
index 2c5d1668..203eec90 100644
--- a/flake.nix
+++ b/flake.nix
@@ -38,7 +38,6 @@
     };
     flake-parts.url = "github:hercules-ci/flake-parts";
     flake-parts.inputs.nixpkgs.follows = "nixpkgs";
-    haskell-flake.url = "github:srid/haskell-flake";
     hedgehog-golden = {
       url = "github:maybe-hedgehog-later/hedgehog-golden";
       flake = false;
-- 
GitLab