From d97b71510d3dfc0b43578c404dab922c360969a4 Mon Sep 17 00:00:00 2001
From: Daniel Firth <dan.firth@homotopic.tech>
Date: Sun, 4 Sep 2022 13:46:36 +0100
Subject: [PATCH] Remove hashable from flake inputs

---
 flake.nix | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/flake.nix b/flake.nix
index 8f2100d7..491a2fa0 100644
--- a/flake.nix
+++ b/flake.nix
@@ -31,10 +31,6 @@
       flake = false;
     };
     lint-utils.url = "git+https://gitlab.homotopic.tech/nix/lint-utils";
-    hashable = {
-      url = "github:haskell-unordered-containers/hashable";
-      flake = false;
-    };
     haskell-flake.url = "github:srid/haskell-flake";
     integer-logarithms = {
       url = "github:haskellari/integer-logarithms";
-- 
GitLab