fix(nix): add shared package to bun install filters (#22665)
This commit is contained in:
parent
a200f6fb8b
commit
cc7acd90ab
2 changed files with 3 additions and 2 deletions
|
|
@ -55,6 +55,7 @@ stdenvNoCC.mkDerivation {
|
|||
--filter './packages/opencode' \
|
||||
--filter './packages/desktop' \
|
||||
--filter './packages/app' \
|
||||
--filter './packages/shared' \
|
||||
--frozen-lockfile \
|
||||
--ignore-scripts \
|
||||
--no-progress
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue