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"