diff --git a/shell.nix b/shell.nix index ba96c61..0a1f052 100644 --- a/shell.nix +++ b/shell.nix @@ -8,7 +8,7 @@ pkgs.mkShell { ]; shellHook = '' - echo "browser-cli dev shell: node $(node --version), npm $(npm --version), uv $(uv --version)" + echo "browser-cli dev shell: node $(node --version), npm $(npm --version), uv $(uv --version | awk '{print $2}')" if [ -f package-lock.json ]; then if [ ! -f node_modules/.package-lock.json ] || [ package-lock.json -nt node_modules/.package-lock.json ]; then