haskell-modules/non-hackage-packages.nix: Wire pkgs and haskellLib

This commit is contained in:
Robert Hensing 2024-03-07 15:13:37 +01:00
parent 029c7dda66
commit 4890154f15
2 changed files with 3 additions and 1 deletions

View File

@ -29,7 +29,7 @@ let
];
extensions = lib.composeManyExtensions ([
nonHackagePackages
(nonHackagePackages { inherit pkgs haskellLib; })
(configurationNix { inherit pkgs haskellLib; })
(configurationCommon { inherit pkgs haskellLib; })
] ++ platformConfigurations ++ [

View File

@ -1,3 +1,5 @@
{ pkgs, haskellLib }:
# EXTRA HASKELL PACKAGES NOT ON HACKAGE
#
# This file should only contain packages that are not in ./hackage-packages.nix.