clan-infra/pkgs/renovate/default.nix

14 lines
173 B
Nix

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