feat: update pyload

This commit is contained in:
2025-12-04 11:39:08 +01:00
parent 18a8fde66e
commit dd456eab69
4 changed files with 44 additions and 9 deletions

View File

@@ -10,6 +10,7 @@ self: super: {
# Python packages
python3 = super.python3.override {
packageOverrides = pself: psuper: {
aia-chaser = pself.callPackage ../pkgs/aia-chaser { };
mini-racer = pself.callPackage ../pkgs/mini-racer.nix { };
};
};