adding git actions

This commit is contained in:
2025-06-01 20:57:38 +01:00
parent ff66d55153
commit 5e65381377

View File

@@ -91,7 +91,7 @@
git init .
printf "$PWD"
printf "%s\n" "$PWD"
cabal init --exe --simple
@@ -108,7 +108,7 @@
printf "run the following commands:\n\n"
printf "cd "$PROJECT_DIR"\n"
printf "cd "%s\n" "$PROJECT_DIR"\n"
printf "nix run github:xecarlox94/p2p-rendering-computation?ref=nix#initHaskellProject"
'';