From 50983dbb1901f9d57a5963f3a7f9b1cec9d53199 Mon Sep 17 00:00:00 2001 From: xecarlox94 Date: Sun, 1 Jun 2025 20:50:49 +0100 Subject: [PATCH] adding git actions --- flake.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 6b67dd3..655f897 100644 --- a/flake.nix +++ b/flake.nix @@ -80,12 +80,11 @@ echo "No arguments provided." fi - printf "$1" + PROJECT_DIR=$1 printf "Hello, this shell script will bootstrap a P2PRC Haskell project with Nix Flake\n" printf "Could you input the name of your project?\n" - IFS= read -r PROJECT_DIR cd \"\$PROJECT_DIR\"