This commit is contained in:
mjallen18
2026-02-06 08:48:46 -06:00
parent a68c91264f
commit bf48d8fcf0
10 changed files with 71 additions and 32 deletions

View File

@@ -1,5 +1,5 @@
{ ... }:
_final: _super: {
final: super: {
# ${namespace} = super.${namespace} // {
# linuxPackages_rpi5 = super.linuxPackagesFor (
# super.${namespace}.linux-rpi.override { stdenv = super.ccacheStdenv; }
@@ -116,13 +116,6 @@ _final: _super: {
# qtwebengine = super.stable.kdePackages.qtwebengine; # .override { stdenv = super.ccacheStdenv; };
# };
# # python3Packages = super.python3Packages // {
# # torch = super.python3Packages.torch.override {
# # stdenv = super.ccacheStdenv;
# # inherit gpuTargets;
# # };
# # };
# # piper-tts = super.piper-tts.overridePythonAttrs (oldAttrs: {
# # pythonCatchConflictsPhase = null;
# # });