From 721212883139d69ca42b31a3a095519fea9f2676 Mon Sep 17 00:00:00 2001 From: Solene Rapenne Date: Fri, 12 Aug 2022 14:49:24 +0200 Subject: [PATCH] init version haskell --- shell.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/shell.nix b/shell.nix index 2d6864f..f7e7b3b 100644 --- a/shell.nix +++ b/shell.nix @@ -1,4 +1,17 @@ with (import {}); mkShell { buildInputs = [ gcc libbsd gnumake ]; + packages = [ + entr + tmux + hivemind + kakoune + git-up + gdb + (pkgs.haskellPackages.ghcWithPackages (self: + [ + haskellPackages.regex-pcre + ] + )) + ]; }