fix: pyload

This commit is contained in:
2025-11-26 12:48:24 +01:00
parent 351d36b217
commit 38bead3dc8
4 changed files with 53 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ self: super: {
};
python3Packages = self.python3.pkgs;
pyload-ng = self.callPackage ../pkgs/pyload-ng-updated.nix { pyload-ng = super.pyload-ng; };
pyload-ng = self.callPackage ../pkgs/pyload-ng { pyload-ng = super.pyload-ng; };
# vscode-insiders = (super.callPackage ../pkgs/vscode-insiders.nix { });
}