clan-infra/pkgs/renovate/default.nix

11 lines
170 B
Nix
Raw Normal View History

2023-07-14 13:37:07 +00:00
{ pkgs, system, nodejs-18_x, makeWrapper }:
let
nodePackages = import ./composition.nix {
inherit pkgs system;
nodejs = nodejs-18_x;
};
in
(
nodePackages
)