Skip to content

Commit

Permalink
Add missing haskellLib arg
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Nov 28, 2023
1 parent 458dbe0 commit 53fb90c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/plugin/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ stdenv, lib, project', recurseIntoAttrs, testSrc, compiler-nix-name, evalPackages, buildPackages }:
{ stdenv, lib, haskellLib, project', recurseIntoAttrs, testSrc, compiler-nix-name, evalPackages, buildPackages }:

with lib;

Expand Down

0 comments on commit 53fb90c

Please sign in to comment.