File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -227,7 +227,6 @@ mdbook serve # Serve docs locally at localhost:3000
227227- ** Slow builds** : This is normal for Nix - do not cancel, builds are cached after first success
228228- ** direnv not working** : Ensure direnv is installed and shell hook is configured
229229- ** Network errors during setup** : Some dependencies require internet access; check firewall/proxy settings
230- - ** Flake lock issues** : In subflakes, run ` ./.github/workflows/update-subflake.sh ` to update lock files
231230- ** "error: getting status of '/nix/store/...'** : Usually means incomplete download; try ` nix build ` again
232231- ** Out of disk space** : Nix store can get large; run ` nix-collect-garbage ` to clean up
233232
Original file line number Diff line number Diff line change 1515
1616 - uses : nixbuild/nix-quick-install-action@v25
1717
18- - name : Update subflake references
19- run : ./.github/workflows/update-subflake.sh
20-
2118 - run : nix develop .#book -c mdbook build ./.
2219
2320 - name : Deploy
You can’t perform that action at this time.
0 commit comments