Commit fcbaaa9
flake: document the github:-free update procedure
A plain `nix flake update` re-reads transitive inputs from their upstream
flakes, whose declarations still use the `github:` shorthand, so the
lock's locked entries for them would regress to the github fetcher and
403 behind the Claude web sandbox proxy.
Record the tested `--override-input` invocation that keeps every node on
the git fetcher, the check that catches inputs upstream flakes gain later
(exercised for real: agda.nix has grown a categorical-crypto input since
our pin), and the note that regressed *original* fields after an update
are harmless because consumers fetch by the *locked* entries.
Verified 2026-08-10 in a scratch copy: the documented command produces a
lock with zero github-locked nodes.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 5962af3 commit fcbaaa9
1 file changed
Lines changed: 22 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
11 | 33 | | |
12 | 34 | | |
13 | 35 | | |
| |||
0 commit comments