We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pkgs
1 parent f530956 commit 19bdc78Copy full SHA for 19bdc78
modules/package.nix
@@ -10,7 +10,7 @@ let
10
11
componentType = types.submodule [
12
./component.nix
13
- { _module.args = { inherit haskellLib; }; }
+ { _module.args = { inherit pkgs haskellLib; }; }
14
# pass down common options as default values
15
({ lib, options, ... }: lib.mkDefault (lib.filterAttrs (n: _v: builtins.hasAttr n options) config))
16
];
0 commit comments