The flake provides the radicle-desktop package and check target (which runs
the cargo test suite).
As for radicle-explorer, this adds a scripts/update-flake shell script to
update the NPM dependencies hash. This has to be run whenever
package-lock.json is modified to keep the flake consistent with the source
tree.
The flake provides the radicle-desktop package and check target (which runs
the cargo test suite).
As for radicle-explorer, this adds a scripts/update-flake shell script to
update the NPM dependencies hash. This has to be run whenever
package-lock.json is modified to keep the flake consistent with the source
tree.
Extending checkPhase to run unit tests, scripts/check-js and scripts/check-rs. Playwright tests fail due to the TCP service failing to start during the test.
Fix flake.lock
Add development shell and additional setup for E2E tests.
Add RUST_SRC_PATH environment variable and more development tools.
Rebase.