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

9 lines
157 B
Nix
Raw Normal View History

2017-10-09 10:30:41 +03:00
with import <nixpkgs> { };
haskell.lib.buildStackProject {
name = "guide";
inherit ghc;
buildInputs = [ git ncurses zlib ];
LANG = "en_US.UTF-8";
}