diff --git a/flake.nix b/flake.nix index 64cf9cc6bd..8e62c5a81c 100644 --- a/flake.nix +++ b/flake.nix @@ -138,7 +138,7 @@ # Print available commands echo "Available commands:" - echo " pnpm i - Install dependencies" + echo " pnpm i - Install dependencies" echo " pnpm build - Build the project" echo " pnpm dev - Start development server" echo " pnpm test - Run tests"