From 0266eb96a03fbee8364a5103e590a652127d6b47 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Mon, 1 May 2023 15:29:26 -0400
Subject: [PATCH] point right at the cache

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

diff --git a/flake.nix b/flake.nix
index 0492040..22e13ae 100644
--- a/flake.nix
+++ b/flake.nix
@@ -83,7 +83,7 @@
               # headers and stuff.
               export PKG_CONFIG_PATH=${pkgs.lib.makeSearchPath "lib/pkgconfig" [pkgs.zlib.dev]}
 
-              ghc-pkg check -v -v
+              ghc-pkg check --package-db $CI_PROJECT_DIR/.cabal/store/ghc-8.10.7/package.db
               cabal update hackage.haskell.org
               cabal run tests
             '';
-- 
GitLab