Commits
- decky-loader 3.2.5-pre1 -> 3.2.6, the stable release of the june 2026 steam-beta errorboundary fix (PR #916)
- pnpm_9 (9.15.9) is CVE-flagged in current nixpkgs (CVE-2026-48995 and friends), eval refuses to proceed
- swap fetchPnpmDeps + nativeBuildInputs from pnpm_9 to pnpm_10 (10.34.4, no known vulnerabilities)
- pnpmDeps hash recomputed for the pnpm 10 fetcher; identical at 3.2.6 (frontend deps unchanged between versions)
- add README.md covering the storefront, the six packages, and nix run / flake input / tack usage
- add LICENSE (MIT, 2026 weegs710)
- rewrite flake.nix to fold packages/*.nix into packages.x86_64-linux via fileFilter + foldl', one allowUnfree pkgs shared across builds
- add packages/gorguru.nix as a verbatim prebuilt-binary fetch, source stays private
- add packages/steam.nix: steam wrapped with decky-loader (built from source) and gaming tools
- add packages/helium.nix: helium browser with widevine bolted on in an FHS env
- add packages/nushell.nix: nushell with dev tools bundled into PATH
- add packages/zen.nix: zen browser via wrapFirefox with widevine and privacy prefs
- add packages/retroarch.nix: retroarch wrapped with 34 libretro cores
- new binary built with crt-static, no libgcc_s dependency
- dontFixup = true prevents Nix from patching a pre-built static binary
- binary now includes CDN + wiki auto-download on first run
- gorguru 0.1.0 x86_64-linux static musl binary fetched from weegs.dev/dist/gorguru
- exposes packages and apps outputs for nix run
- defaultPackage and defaultApp wired for convenience
- decky-loader 3.2.5-pre1 -> 3.2.6, the stable release of the june 2026 steam-beta errorboundary fix (PR #916)
- pnpm_9 (9.15.9) is CVE-flagged in current nixpkgs (CVE-2026-48995 and friends), eval refuses to proceed
- swap fetchPnpmDeps + nativeBuildInputs from pnpm_9 to pnpm_10 (10.34.4, no known vulnerabilities)
- pnpmDeps hash recomputed for the pnpm 10 fetcher; identical at 3.2.6 (frontend deps unchanged between versions)
- rewrite flake.nix to fold packages/*.nix into packages.x86_64-linux via fileFilter + foldl', one allowUnfree pkgs shared across builds
- add packages/gorguru.nix as a verbatim prebuilt-binary fetch, source stays private
- add packages/steam.nix: steam wrapped with decky-loader (built from source) and gaming tools
- add packages/helium.nix: helium browser with widevine bolted on in an FHS env
- add packages/nushell.nix: nushell with dev tools bundled into PATH
- add packages/zen.nix: zen browser via wrapFirefox with widevine and privacy prefs
- add packages/retroarch.nix: retroarch wrapped with 34 libretro cores