Skip to content

Commit 23142c1

Browse files
committed
Add missing lib
1 parent 9a6d6ea commit 23142c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/coverage-no-libs/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{ stdenv, cabal-install, cabalProject', stackProject', recurseIntoAttrs, runCommand, testSrc, compiler-nix-name }:
1+
{ stdenv, lib, cabal-install, cabalProject', stackProject', recurseIntoAttrs, runCommand, testSrc, compiler-nix-name }:
22

33
with lib;
44

0 commit comments

Comments
 (0)