mad/byg/shell.nix

8 lines
109 B
Nix
Raw Normal View History

2024-09-12 19:49:58 +02:00
with import ./nix/common.nix;
pkgs.mkShell {
buildInputs = [
2024-09-11 22:32:14 +02:00
haskell.ghc
2024-09-12 19:49:58 +02:00
pkgs.cabal-install
2024-09-11 22:32:14 +02:00
];
}