hjsonpointer/shell.nix

9 lines
118 B
Nix
Raw Normal View History

with (import <nixpkgs> {});
haskell.lib.buildStackProject {
name = "none";
inherit ghc;
buildInputs = [
];
}