Skip to content

Commit 19bdc78

Browse files
committed
Fix missing pkgs arg
1 parent f530956 commit 19bdc78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let
1010

1111
componentType = types.submodule [
1212
./component.nix
13-
{ _module.args = { inherit haskellLib; }; }
13+
{ _module.args = { inherit pkgs haskellLib; }; }
1414
# pass down common options as default values
1515
({ lib, options, ... }: lib.mkDefault (lib.filterAttrs (n: _v: builtins.hasAttr n options) config))
1616
];

0 commit comments

Comments
 (0)