Skip to content

Commit b1bdf42

Browse files
Copilotblaggacao
andcommitted
Remove remaining subflake references from workflows and docs
Co-authored-by: blaggacao <[email protected]>
1 parent e0e637e commit b1bdf42

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/copilot-instructions.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/gh-pages.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ jobs:
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

0 commit comments

Comments
 (0)