This repository was archived by the owner on Dec 27, 2025. It is now read-only.
Commit a096ff6
committed
Revert "chore: automate Nix hash update when lock file changes"
This reverts commit 73fd886.
- Revert Nix packaging changes that caused reproducibility issues over time
- Deno's lock file mechanism proved insufficient for long-term dependency pinning in Nix builds
- Restore original wrapper script approach until a robust solution is found
The deterministic dependency vendoring approach introduced in the previous refactor relied on Deno's lock file for reproducibility. However, Deno's ecosystem does not guarantee that dependencies remain fetchable indefinitely, causing Nix builds to fail when upstream packages become unavailable or change.1 parent 3549c42 commit a096ff6
2 files changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
| 30 | + | |
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
| |||
0 commit comments