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:
@@ -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 { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user