lambdaclass / lambdaclass/eth-agent

flake.nix has placeholder npmDepsHash

Open
#42 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Document how to calculate the correct hash:
# Calculate npmDepsHash
nix-prefetch-npm-deps package-lock.json
  1. Update the hash in flake.nix
  2. 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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.