diff options
author | Ben Sima <ben@bsima.me> | 2019-09-02 09:08:06 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-09-02 09:08:06 -0700 |
commit | bb482a6d12500f826dbb43d6988cb84e59f7e4d2 (patch) | |
tree | 0b34f147563f9577e63547299df1d6b3cb73037d /lore | |
parent | 575de8c8eb5e4adc847ae2d8819d5db53a59e1e8 (diff) |
[bild] add note
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)); |