diff options
Diffstat (limited to 'lore')
-rw-r--r-- | lore/bild.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lore/bild.nix b/lore/bild.nix index 8a6d510..9f439f8 100644 --- a/lore/bild.nix +++ b/lore/bild.nix @@ -13,6 +13,7 @@ map (s: builtins.getAttr s packageSet) deps; ghc = pkgs.haskell.packages.ghc844.ghcWithPackages (hp: + # we need hinotify for chip/make depsToPackageSet hp ([ "hinotify" ] ++ pack.deps.both ++ pack.deps.apex)); |