mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
6 lines
117 B
Nix
6 lines
117 B
Nix
{ pkgs }:
|
|
|
|
{
|
|
chart2json = pkgs.callPackage ./chart2json.nix { };
|
|
fetch = pkgs.callPackage ./fetchhelm.nix { };
|
|
}
|