overengineeringstudio / overengineeringstudio/effect-utils
CI flake: livestore wa-sqlite preflight fails in cachix.package eval with invalid /nix/store path
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 82
- Forks
- 2
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 121
Description
Problem
A Livestore PR CI job (wa-sqlite-test) failed during preflight bootstrap before running wa-sqlite build/tests.
Failure signature:
Failed to convert config.cachix to JSONEvaluation error: Failed to get attribute 'package'... while evaluating the option \cachix.package``error: path '/nix/store/xrkag36scyx65im0m582hm09xnaa9zcc-setup.sh' is not valid
Where
- Livestore PR: https://github.com/livestorejs/livestore/pull/1035
- Failed run: https://github.com/livestorejs/livestore/actions/runs/22064735021
- Failed job: https://github.com/livestorejs/livestore/actions/runs/22064735021/job/63753512497?pr=1035
Notes
- The failure occurs in
Preflight workspace bootstrap(devenv tasks run pnpm:install genie:run ts:build --mode before --verbose) and the wa-sqlite build/test steps are skipped. - This job runs on GitHub-hosted
ubuntu-24.04(not Namespace runner labels), while many other Livestore jobs in the same workflow use Namespace labels.
Potentially related
- overengineeringstudio/effect-utils#201 (same signature family on another repo/workflow context)
- namespacelabs/nscloud-setup#8 (invalid Nix store path flake discussion; environment differs)
- Historical InvalidPath reports in cachix-action: https://github.com/cachix/cachix-action/issues/106
Ask
Track this as a CI flake class around Nix store/cachix/devenv evaluation integrity and collect additional occurrences from GitHub-hosted Linux jobs.
Footnote: Created by an automated coding agent on behalf of the repository owner.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked GitHub Actions run, job, and Livestore PR, focusing on the Preflight workspace bootstrap command and its cachix.package evaluation failure. Compare this ubuntu-24.04 job with workflow jobs using Namespace labels and review the related invalid-path reports. Done means documenting whether this is a reproducible CI flake and collecting confirmed occurrences or a clear failure boundary.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions
- Domain
- ci-cd, devops
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100