From bc9fba9e6c19d0dc8f09d7653b483f4d964bfb71 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Mon, 1 May 2023 15:42:12 -0400
Subject: [PATCH] default path

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

diff --git a/flake.nix b/flake.nix
index 6717b40..153768b 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]}
 
-              find
+              find .
               ghc-pkg check --package-db .cabal/store/ghc-8.10.7/package.db
               cabal update hackage.haskell.org
               cabal run tests
-- 
GitLab