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
fix(nix): resolve deprecation warnings and document flake usage
- Replace deprecated `import nixpkgs { inherit system; }` with
`localSystem` to silence 'system' deprecation warning
- Use `stdenv.hostPlatform.isDarwin/isLinux` instead of the deprecated
`stdenv.isDarwin/isLinux`
- Replace deprecated `xorg.libX*` with top-level `libx*` package names
- Remove deprecated `mesa.drivers` (already covered by `mesa`)
- Reset pnpmDeps hash to empty — consumers using a different nixpkgs
channel need to override it anyway, and this avoids hash drift on
every pnpm-lock.yaml update
- Add NixOS/Nix flake installation section to README with override
instructions for the pnpmDeps hash
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments