From 5e65381377946922c3cbc945be739cba47553893 Mon Sep 17 00:00:00 2001 From: xecarlox94 Date: Sun, 1 Jun 2025 20:57:38 +0100 Subject: [PATCH] adding git actions --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 45fb740..3cb6f02 100644 --- a/flake.nix +++ b/flake.nix @@ -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" '';