Unverified Commit df8cabc8 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

hedgedoc: unpin nodejs_16 (#232919)

As nodejs_16 is going to go EOL in 2023/09 we migrate the package to
the default nodejs, which is at 18 right now.
parent 33bd20c0
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -6245,12 +6245,7 @@ with pkgs;
  crlfuzz = callPackage ../tools/security/crlfuzz { };
  hedgedoc = callPackage ../servers/web-apps/hedgedoc {
    inherit (callPackage ../development/tools/yarn2nix-moretea/yarn2nix {
      nodejs = nodejs_16;
    }) mkYarnPackage;
    nodejs = nodejs_16;
  };
  hedgedoc = callPackage ../servers/web-apps/hedgedoc { };
  colord = callPackage ../tools/misc/colord { };