Commit d0e7e61
authored
fix(nix): update node_modules hash and use build-time bun version for version check (#28)
## Changes
1. **nix/hashes.json**: Update `x86_64-linux` node_modules hash to match
current nixpkgs-unstable snapshot
2. **nix/deepagent-code.nix**: Add `patchPhase` that dynamically reads
the actual bun version at build time, instead of hardcoding `^1.3.14`.
This avoids build failures when nixpkgs-unstable ships a slightly
different bun version (e.g., 1.3.13).
## Related
Closes #27
Signed-off-by: thomas-yanga <odie_majere@outlook.com>1 parent 61beac7 commit d0e7e61
2 files changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
21 | 26 | | |
22 | 27 | | |
23 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments