mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
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:
parent
33bd20c0b2
commit
df8cabc8f7
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user