You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(paths): migrate local mirror references to /data/git (#81)
## Summary
- migrate local mirror path references from `$HOME/git/...` to
`/data/git/...` in AGENTS and docs pages
- keep documentation aligned with the active mirror root layout
## Test plan
- `git -C /home/vx/trees/nixos/docs-data-git-path-migration status
--short`
- `git -C /home/vx/trees/nixos/docs-data-git-path-migration submodule
update --init --recursive`
- `nix develop -c pre-commit run --all-files --hook-stage manual`
|**siyuan**|`$HOME/git/nixpkgs/pkgs/by-name/si/siyuan/package.nix`|`sourceRoot` + `postPatch` to `fetchPnpmDeps`| Monorepo subpackage with lockfile at root |
|**siyuan**|`/data/git/NixOS-nixpkgs/pkgs/by-name/si/siyuan/package.nix`|`sourceRoot` + `postPatch` to `fetchPnpmDeps`| Monorepo subpackage with lockfile at root |
0 commit comments