summaryrefslogtreecommitdiff
path: root/lore
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-09-02 09:08:06 -0700
committerBen Sima <ben@bsima.me>2019-09-02 09:08:06 -0700
commitbb482a6d12500f826dbb43d6988cb84e59f7e4d2 (patch)
tree0b34f147563f9577e63547299df1d6b3cb73037d /lore
parent575de8c8eb5e4adc847ae2d8819d5db53a59e1e8 (diff)
[bild] add note
Diffstat (limited to 'lore')
-rw-r--r--lore/bild.nix1
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));