From aafc0ebdd776575c18dca69e81d197aefd1bd8cb Mon Sep 17 00:00:00 2001 From: xecarlox94 Date: Sun, 1 Jun 2025 23:54:25 +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 36352f3..22c4658 100644 --- a/flake.nix +++ b/flake.nix @@ -79,6 +79,7 @@ if [ "$#" -eq 0 ]; then echo "No arguments provided." echo "Please provide the name of your project" + echo "nix run github:akilan1999/p2p-rendering-computation#initHaskellProject -- " exit 1; fi @@ -100,12 +101,11 @@ # TODO: add cabal2nix shell.nix generator git add . - clear echo -e "run the following commands:\n\n" - echo -e "cd "$PROJECT_DIR"\n" + echo -e "cd $PROJECT_DIR\n" echo -e "nix run github:xecarlox94/p2p-rendering-computation?ref=nix#initHaskellProject" '';