netexec: use python 3.12

This commit is contained in:
quasigod
2025-07-10 18:42:55 -04:00
parent 846783c12b
commit bebb6c2d4a
+2 -2
View File
@@ -2,11 +2,11 @@
lib,
stdenv,
fetchFromGitHub,
python3,
python312,
writableTmpDirAsHomeHook,
}:
let
python = python3.override {
python = python312.override {
self = python;
packageOverrides = self: super: {
impacket = super.impacket.overridePythonAttrs {