From 429fe98169ca6d6994a2c46119721e345f63a251 Mon Sep 17 00:00:00 2001
From: Daniel Firth <dan.firth@homotopic.tech>
Date: Mon, 7 Nov 2022 11:44:56 +0000
Subject: [PATCH] set configurationNix to blank

---
 flake.nix | 1 +
 1 file changed, 1 insertion(+)

diff --git a/flake.nix b/flake.nix
index 3278945d..842d19e8 100644
--- a/flake.nix
+++ b/flake.nix
@@ -22,6 +22,7 @@
         hsPkgs = pkgs.callPackage (nixpkgs + /pkgs/development/haskell-modules) {
           buildHaskellPackages = pkgs.haskell.packages.ghc942;
           configurationCommon = {pkgs, haskellLib}: self: super: { };
+          configurationNix = {pkgs, haskellLib}: self: super: { };
           ghc = pkgs.haskell.compiler.ghc942;
           haskellLib = pkgs.haskell.lib.compose;
           initialPackages = import ./overlay.nix;
-- 
GitLab