hjsonpointer/shell.nix

10 lines
125 B
Nix
Raw Normal View History

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