summaryrefslogtreecommitdiff
path: root/pack
diff options
context:
space:
mode:
Diffstat (limited to 'pack')
-rw-r--r--pack/bs.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pack/bs.nix b/pack/bs.nix
index 3d6b7ee..d869dd1 100644
--- a/pack/bs.nix
+++ b/pack/bs.nix
@@ -2,6 +2,8 @@
with nixpkgs;
let
ghc = pkgs.haskell.packages.ghc844.ghcWithPackages (hp: with hp; [
+ hinotify
+
containers
directory
haskeline