Commit ade4e37
fix(nix): use jq -j to preserve exact file content in hook generation
jq -r appends a trailing newline to output, making the hook file 1 byte
larger than what rtk verify expects. This causes the integrity check to
fail with a hash mismatch. jq -j outputs raw strings without adding a
trailing newline, preserving the exact content.
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>1 parent ef74fa2 commit ade4e37
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments