From 189edd73b13c0dce1ab8d904210130ff4760cb84 Mon Sep 17 00:00:00 2001 From: xecarlox94 Date: Sun, 1 Jun 2025 20:48:59 +0100 Subject: [PATCH] adding git actions --- flake.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/flake.nix b/flake.nix index ac045b5..6b67dd3 100644 --- a/flake.nix +++ b/flake.nix @@ -76,6 +76,11 @@ text = '' clear + if [ "$#" -eq 0 ]; then + echo "No arguments provided." + fi + + printf "$1" printf "Hello, this shell script will bootstrap a P2PRC Haskell project with Nix Flake\n"