clan-infra/pkgs/renovate/default.nix
Jörg Thalheim 58ceca44b8
All checks were successful
build / test (pull_request) Successful in 6s
apply statix
2023-08-08 14:07:04 +02:00

9 lines
164 B
Nix

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