mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
outline: use nodejs 18
This commit is contained in:
parent
789c38f865
commit
f92e700f6c
1 changed files with 1 additions and 1 deletions
|
@ -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 { };
|
||||
|
|
Loading…
Reference in a new issue