This commit is contained in:
Kopatz
2025-10-21 17:47:05 +02:00
parent e440985c34
commit 6e7cda47e4
6 changed files with 70 additions and 3 deletions

View File

@@ -18,4 +18,5 @@
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; };
answer = pkgs.callPackage ./answer/default.nix { };
}