Hagia
log in
morj / hagia
overview
files
history
wiki
Viewing at
{ pkgs ? import <nixpkgs> {} }:

pkgs.mkShell {
name = "hagia-shell";
nativeBuildInputs = [
pkgs.pkg-config
pkgs.haskellPackages.yesod-bin
];
buildInputs = [
pkgs.gmp
];
}