adding git actions

This commit is contained in:
2025-06-01 23:52:00 +01:00
parent 4c12d74789
commit 9de0b1b985

View File

@@ -89,6 +89,7 @@
cd "$PROJECT_DIR"
git init .
clear
cabal init --exe --simple
@@ -96,16 +97,16 @@
cabal2nix . > ./cabal.nix;
# # TODO: add cabal2nix shell.nix generator
#
# git add .
#
# clear
#
# echo -e "run the following commands:\n\n"
#
# echo -e "cd "$PROJECT_DIR"\n"
# echo -e "nix run github:xecarlox94/p2p-rendering-computation?ref=nix#initHaskellProject"
# TODO: add cabal2nix shell.nix generator
git add .
clear
echo -e "run the following commands:\n\n"
echo -e "cd "$PROJECT_DIR"\n"
echo -e "nix run github:xecarlox94/p2p-rendering-computation?ref=nix#initHaskellProject"
'';
};