fix(nix): add shared package to bun install filters (#22665)

This commit is contained in:
Jérôme Benoit 2026-04-16 17:43:15 +02:00 committed by GitHub
commit cc7acd90ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View file

@ -55,6 +55,7 @@ stdenvNoCC.mkDerivation {
--filter './packages/opencode' \ --filter './packages/opencode' \
--filter './packages/desktop' \ --filter './packages/desktop' \
--filter './packages/app' \ --filter './packages/app' \
--filter './packages/shared' \
--frozen-lockfile \ --frozen-lockfile \
--ignore-scripts \ --ignore-scripts \
--no-progress --no-progress

View file

@ -17,10 +17,10 @@
}, },
"imports": {}, "imports": {},
"devDependencies": { "devDependencies": {
"@tsconfig/bun": "catalog:",
"@types/semver": "catalog:", "@types/semver": "catalog:",
"@types/bun": "catalog:", "@types/bun": "catalog:",
"@types/npmcli__arborist": "6.3.3", "@types/npmcli__arborist": "6.3.3"
"@tsconfig/bun": "catalog:"
}, },
"dependencies": { "dependencies": {
"@effect/platform-node": "catalog:", "@effect/platform-node": "catalog:",