Unverified Commit 490cd70c authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Merge pull request #199873 from SuperSandro2000/hedgedoc-nodejs

parents c1c7bf56 7d79904d
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -5378,7 +5378,12 @@ with pkgs;
  crlfuzz = callPackage ../tools/security/crlfuzz {};
  hedgedoc = callPackage ../servers/web-apps/hedgedoc { };
  hedgedoc = callPackage ../servers/web-apps/hedgedoc {
    inherit (callPackage ../development/tools/yarn2nix-moretea/yarn2nix {
      nodejs = nodejs-16_x;
    }) mkYarnPackage;
    nodejs = nodejs-16_x;
  };
  colord = callPackage ../tools/misc/colord { };