Commit 32db092
Address Copilot review: idempotent git setup, honest nixpkgs wording
- setup-git.sh: stop truncating .gitconfig.local on every run. Use
`git config --file --replace-all include.path` so other global keys a
user writes inside the container (e.g. core.editor) are preserved,
making the script genuinely idempotent. The no-host branch unsets a
stale include instead of wiping the file.
- Dockerfile: reword the nixpkgs registry comment — nixos-25.05 is a
release branch, not a frozen revision; clarify it only governs
container bootstrap tooling while the project toolchain is pinned via
flake.nix/flake.lock.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent bbd4778 commit 32db092
2 files changed
Lines changed: 18 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
50 | 53 | | |
51 | 54 | | |
52 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
20 | 25 | | |
21 | 26 | | |
22 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
23 | 31 | | |
24 | 32 | | |
25 | 33 | | |
26 | | - | |
27 | | - | |
28 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
29 | 38 | | |
30 | 39 | | |
0 commit comments