From 1cd8134df1d2a15a9e6772d017abbb4a270f0ad5 Mon Sep 17 00:00:00 2001
From: Daniel Firth <dan.firth@homotopic.tech>
Date: Sun, 6 Nov 2022 21:44:40 +0000
Subject: [PATCH] set nonHackagePackages to trivial

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

diff --git a/flake.nix b/flake.nix
index fba461be..3278945d 100644
--- a/flake.nix
+++ b/flake.nix
@@ -25,6 +25,7 @@
           ghc = pkgs.haskell.compiler.ghc942;
           haskellLib = pkgs.haskell.lib.compose;
           initialPackages = import ./overlay.nix;
+          nonHackagePackages = self: super: { };
           compilerConfig = pkgs.callPackage ./configuration-ghc-9.4.x.nix { haskellLib = haskellLib; };
         };
         hp' = pkgs.lib.filterAttrs
-- 
GitLab