Skip to content

Commit 42cf7f9

Browse files
committed
Remove unwanted arg
1 parent e010dd7 commit 42cf7f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ in {
229229

230230
# Check a test component
231231
check = import ./check.nix {
232-
inherit stdenv lib haskellLib srcOnly;
232+
inherit stdenv lib haskellLib;
233233
};
234234

235235
# Do coverage of a package

0 commit comments

Comments
 (0)