adding initHaskellProject to bootstrap project

This commit is contained in:
2025-05-30 23:02:06 +01:00
parent 1ac0647d46
commit a461c2da64
3 changed files with 27 additions and 59 deletions

View File

@@ -11,17 +11,17 @@
pkgs = nixpkgs.legacyPackages.${system};
in
{
packages.default = pkgs.haskellPackages.callPackage ./project.nix {};
devShell = pkgs.mkShell {
buildInputs = with pkgs; [
cabal2nix
cabal-install
haskell.compiler.ghc98
ghc
zlib.dev
p2prc-main.packages.${system}.default
];
};
}
);