clan-infra/pkgs/renovate/default.nix
Jörg Thalheim f2fe8899f7
Some checks failed
build / test (push) Failing after 9s
package renovate bot
2023-07-14 15:38:13 +02:00

11 lines
170 B
Nix

{ pkgs, system, nodejs-18_x, makeWrapper }:
let
nodePackages = import ./composition.nix {
inherit pkgs system;
nodejs = nodejs-18_x;
};
in
(
nodePackages
)