Skip to content

Commit cad892a

Browse files
committed
Disable tests
1 parent b468920 commit cad892a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nix-tools/static/project.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ let
7474

7575
src = ../.;
7676

77+
# tests need to fetch hackage
78+
configureArgs = pkgs.lib.mkDefault "--disable-tests";
79+
7780
modules = [
7881
apply-hnix-patches
7982
apply-workaround-for-ghc94-and-above

0 commit comments

Comments
 (0)