Commit 0676c87
committed
Stage build artifacts so Nix flake can see them
Nix flakes only see git-tracked files. Since build/ is gitignored,
the pre-built artifacts were invisible to the flake evaluation,
causing it to fall through to the stub derivation. Fix by staging
with git add -f before nix build.1 parent df8a181 commit 0676c87
2 files changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
47 | 50 | | |
48 | 51 | | |
49 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
| 203 | + | |
203 | 204 | | |
204 | 205 | | |
205 | 206 | | |
| |||
0 commit comments