This commit is contained in:
mjallen18
2026-01-05 23:31:06 -06:00
parent 77c76e6483
commit 3b780d4d78
26 changed files with 306 additions and 302 deletions

View File

@@ -9,10 +9,16 @@ final: prev:
# librsvg = final.stable.librsvg;
fish = final.stable.fish;
vesktop = final.stable.vesktop;
showtime = final.stable.showtime;
rustPlatform = final.unstable.rustPlatform // {
cargo-deps-vendor = final.stable.rustPlatform.cargo-deps-vendor;
};
python3Packages = final.unstable.python3Packages // {
aiohttp = final.stable.python3Packages.aiohttp;
torch = final.stable.python3Packages.torch;
};
rocmPackages = final.stable.rocmPackages;
uv = final.stable.uv;
piper-tts = final.stable.piper-tts;
elfutils = final.stable.elfutils;
}