mx-puppet-discord: remove reference to python2

pkgs.nodejs_18 uses python311, which means pkgs.python2 will never be used
This commit is contained in:
Benjamin Sparks
2025-03-21 01:46:35 +01:00
parent b6ecdd7c8f
commit 3450d8ba82
@@ -13,7 +13,6 @@ let
inherit (pkgs)
stdenv
lib
python2
runCommand
writeTextFile
writeShellScript