composition.nix: remove reference to python2

pkgs.nodejs_22 uses python3, which means pkgs.python2 will never be used
This commit is contained in:
Benjamin Sparks
2025-03-21 02:03:51 +01:00
parent ba862e80fd
commit 136d3b96d2
@@ -13,7 +13,6 @@ let
inherit (pkgs)
stdenv
lib
python2
runCommand
writeTextFile
writeShellScript