From 30004d59c66465740882b3eb566e8f8f1faf2e93 Mon Sep 17 00:00:00 2001 From: xecarlox94 Date: Sun, 1 Jun 2025 23:44:57 +0100 Subject: [PATCH] adding git actions --- flake.nix | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/flake.nix b/flake.nix index 203771f..793565c 100644 --- a/flake.nix +++ b/flake.nix @@ -85,11 +85,12 @@ echo -e "$PROJECT_DIR" - # echo -e "Hello, this shell script will bootstrap a P2PRC Haskell project with Nix Flake\n" - # - # echo -e "Could you input the name of your project?\n" - # - # cd "$PROJECT_DIR" + mkdir "$PROJECT_DIR" + + cd "$PROJECT_DIR" + + echo "$PWD" + # # git init . #