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.
This commit is contained in:
Martin Weinelt
2023-05-20 17:39:59 +02:00
committed by GitHub
parent 33bd20c0b2
commit df8cabc8f7
+1 -6
View File
@@ -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 { };