fix(nix): remove stale packages/shared filter (#24930)
This commit is contained in:
parent
96061222d2
commit
1ea6e6cd4b
1 changed files with 0 additions and 1 deletions
|
|
@ -55,7 +55,6 @@ 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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue