Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This reworks the CI to give more control to GitHub Actions. - The flake exposes the list of smoke-test derivations that GHA load and execute. - The repositories for base (available only for PRs) and head are built concurrently - Built repositories are cached by their commit hash, we should not need to build them more than once. We can always delete the specific cache in case of issues. Minor changes: - haskellPackages -> chapPackages - Consistent camelCase - chapPackagesLatestVersion maps to a single version rather than a list with a single element Bump flake
- Loading branch information