adding initHaskellProject to bootstrap project

This commit is contained in:
2025-05-30 23:41:34 +01:00
parent 12ff0ceb37
commit f39fab04ce

View File

@@ -72,6 +72,7 @@
ghc
cabal2nix
cabal-install
nix
];
text =
''
@@ -80,6 +81,8 @@
sed -i 's/base.*$/base, p2prc/' test-flake-template.cabal
cabal2nix . > ./cabal.nix;
nix flake init -t github:xecarlox94/p2p-rendering-computation?ref=nix#haskell
'';
};