From 5059444d2646171aa00959524c0c7c427f5f134e Mon Sep 17 00:00:00 2001 From: xecarlox94 Date: Sun, 1 Jun 2025 19:42:23 +0100 Subject: [PATCH] adding git actions --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index a3c5762..8eea581 100644 --- a/flake.nix +++ b/flake.nix @@ -80,7 +80,7 @@ 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" - read -r PROJECT_NAME + read -r \"\$PROJECT_NAME\" cd \"\$PROJECT_NAME\"