We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77920eb commit 0992017Copy full SHA for 0992017
1 file changed
flake.nix
@@ -120,15 +120,6 @@
120
uv sync --all-extras
121
fi
122
123
- # Install Node.js dependencies for MCP mock server (used in tests)
124
- if [ -f vendor/stackone-ai-node/package.json ]; then
125
- if [ ! -f vendor/stackone-ai-node/node_modules/.pnpm/lock.yaml ] || \
126
- [ vendor/stackone-ai-node/pnpm-lock.yaml -nt vendor/stackone-ai-node/node_modules/.pnpm/lock.yaml ]; then
127
- echo "📦 Installing MCP mock server dependencies..."
128
- (cd vendor/stackone-ai-node && pnpm install --frozen-lockfile)
129
- fi
130
131
-
132
# Install git hooks
133
${config.pre-commit.installationScript}
134
'';
0 commit comments