outline: use nodejs 18

This commit is contained in:
Alexander Sieg 2023-05-23 13:36:39 +02:00
parent 789c38f865
commit f92e700f6c
No known key found for this signature in database

View file

@ -25702,7 +25702,7 @@ with pkgs;
outline = callPackage ../servers/web-apps/outline (lib.fix (super: {
yarn2nix-moretea = yarn2nix-moretea.override { inherit (super) nodejs yarn; };
yarn = yarn.override { inherit (super) nodejs; };
nodejs = nodejs_16;
nodejs = nodejs_18;
}));
openbgpd = callPackage ../servers/openbgpd { };