1
1
mirror of https://github.com/aelve/guide.git synced 2024-11-23 21:13:07 +03:00
guide/shell.nix
2017-10-09 09:30:41 +02:00

9 lines
157 B
Nix

with import <nixpkgs> { };
haskell.lib.buildStackProject {
name = "guide";
inherit ghc;
buildInputs = [ git ncurses zlib ];
LANG = "en_US.UTF-8";
}