lambdaclass / lambdaclass/eth-agent
flake.nix has placeholder npmDepsHash
Open
Nobody has claimed this yet.
code-quality
low-priority
- Dominant language
- TypeScript
- Stars
- 10
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Problem
The flake.nix file has an incomplete or placeholder npmDepsHash value.
Location
flake.nix:54
Impact
- Nix builds may fail or not be reproducible
- Hash mismatch errors when building
Recommendation
- Document how to calculate the correct hash:
# Calculate npmDepsHash
nix-prefetch-npm-deps package-lock.json
- Update the hash in flake.nix
- Add CI check to verify hash is current
Priority
Low - Only affects Nix users
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 flake.nix at line 54 and inspect package-lock.json alongside the documented nix-prefetch-npm-deps command. Update the placeholder npmDepsHash to the current value and add the requested CI check; done means Nix builds no longer report a hash mismatch and CI verifies the hash remains current.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- build-system, ci-cd
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100