nix
This commit is contained in:
@@ -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;
|
||||
# # });
|
||||
|
||||
Reference in New Issue
Block a user