mad/byg/shell.nix

8 lines
109 B
Nix

with import ./nix/common.nix;
pkgs.mkShell {
buildInputs = [
haskell.ghc
pkgs.cabal-install
];
}