Commit 536e64b
authored
Remove packages/symphony leftovers (#780)
## Summary
- remove stale root workspace/docs references to the reverted
`packages/symphony` subtree
- restore the pre-subtree external `symphony` flake input as the
provider for `pkgs.symphony-room-server`
- keep the existing `images/dev/symphony-codex` image and its eval tests
intact
## Validation
- `nix flake metadata --json`
- `python -m json.tool flake.lock`
- `git diff --check`
- `rg -n "packages/symphony|smypohny|Smypohny" Cargo.toml README.md
flake.nix flake.lock lib/default.nix lib/overlay.nix tests/default.nix
images/dev/symphony-codex/default.nix || true`
Note: `nix build .#ciChecks.x86_64-linux.eval --no-link --show-trace` no
longer reports the missing `packages/symphony` path; on this aarch64
host it now stops on ordinary x86_64 Rust derivation platform mismatch.
<!-- Macroscope's pull request summary starts here -->
<!-- Macroscope will only edit the content between these invisible
markers, and the markers themselves will not be visible in the GitHub
rendered markdown. -->
<!-- If you delete either of the start / end markers from your PR's
description, Macroscope will append its summary at the bottom of the
description. -->
> [!NOTE]
> ### Replace local `packages/symphony` with external symphony flake
input
> - Removes the in-tree `packages/symphony` workspace and the
`symphonyFor` helper that built it locally with a custom nixpkgs import.
> - Adds a `symphony` flake input pointing to
`github:indexable-inc/symphony/main`, threaded through `flake.nix`,
`lib/default.nix`, and `lib/overlay.nix`.
> - `symphony-room-server` in the overlay now resolves from
`symphony.packages."${packageSystem}".room-server` instead of the local
build.
> - Behavioral Change: downstream consumers must use the external flake
input rather than the previously in-tree symphony packages.
>
> <!-- Macroscope's review summary starts here -->
>
> <sup><a href="https://app.macroscope.com">Macroscope</a> summarized
b6976c3.</sup>
> <!-- Macroscope's review summary ends here -->
>
<!-- macroscope-ui-refresh -->
<!-- Macroscope's pull request summary ends here -->1 parent 5ba103e commit 536e64b
6 files changed
Lines changed: 396 additions & 36 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | 83 | | |
89 | 84 | | |
90 | | - | |
91 | 85 | | |
92 | 86 | | |
93 | 87 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
70 | 69 | | |
71 | 70 | | |
72 | 71 | | |
| |||
0 commit comments