From 14df39235a042ce669d6a2a052bc5fdf46413db1 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Mon, 1 May 2023 15:38:53 -0400 Subject: [PATCH] should just be right here on ci --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 22e13ae..d11337e 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 --package-db $CI_PROJECT_DIR/.cabal/store/ghc-8.10.7/package.db + ghc-pkg check --package-db .cabal/store/ghc-8.10.7/package.db cabal update hackage.haskell.org cabal run tests ''; -- GitLab