Commit 136d3b96 authored by Benjamin Sparks's avatar Benjamin Sparks
Browse files

composition.nix: remove reference to python2

pkgs.nodejs_22 uses python3, which means pkgs.python2 will never be used
parent ba862e80
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -13,7 +13,6 @@ let
    inherit (pkgs)
      stdenv
      lib
      python2
      runCommand
      writeTextFile
      writeShellScript