Unverified Commit bebb6c2d authored by quasigod's avatar quasigod
Browse files

netexec: use python 3.12

parent 846783c1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 {