idk peframe i guess

This commit is contained in:
Kopatz
2025-10-19 12:16:51 +02:00
parent f680361a0a
commit b4c8922f7c
3 changed files with 67 additions and 0 deletions

View File

@@ -16,4 +16,6 @@
gpu-screen-recorder-notification = pkgs.callPackage ./gpu-screen-recorder-notification/default.nix { };
kavita-old = pkgs.callPackage ./kavita-old/default.nix { };
hollow-grub = pkgs.callPackage ./hollow-grub/default.nix { };
peframe = pkgs.callPackage ./peframe/default.nix { python3Packages = pkgs.python3Packages; inherit virustotal-api; };
virustotal-api = pkgs.callPackage ./virustotal-api/default.nix { python3Packages = pkgs.python3Packages; };
}