Commit 9589938f authored by FliegendeWurst's avatar FliegendeWurst
Browse files

netexec: migrate to by-name

parent e448c558
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -4181,8 +4181,6 @@ with pkgs;
  nanoemoji = with python3Packages; toPythonApplication nanoemoji;
  netexec = callPackage ../tools/security/netexec { };
  netdata = callPackage ../tools/system/netdata {
    protobuf = protobuf_21;
  };