init version haskell

This commit is contained in:
Solene Rapenne 2022-08-12 14:49:24 +02:00
parent fd0e70ab5b
commit 7212128831
1 changed files with 13 additions and 0 deletions

View File

@ -1,4 +1,17 @@
with (import <nixpkgs> {});
mkShell {
buildInputs = [ gcc libbsd gnumake ];
packages = [
entr
tmux
hivemind
kakoune
git-up
gdb
(pkgs.haskellPackages.ghcWithPackages (self:
[
haskellPackages.regex-pcre
]
))
];
}