From 01e19d9a8c0ef9818f034124b96f9d2953eb9f30 Mon Sep 17 00:00:00 2001 From: xecarlox94 Date: Mon, 2 Jun 2025 00:03:24 +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 22c4658..c80ee80 100644 --- a/flake.nix +++ b/flake.nix @@ -103,10 +103,10 @@ git add . clear - echo -e "run the following commands:\n\n" + echo -e "run the following commands to finish nix development and production environment:\n\n" echo -e "cd $PROJECT_DIR\n" - echo -e "nix run github:xecarlox94/p2p-rendering-computation?ref=nix#initHaskellProject" + echo -e "nix flake init -t github:akilan1999/p2p-rendering-computation#haskell" ''; };