mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2026-02-02 09:25:10 +01:00
4 lines
112 B
Nix
4 lines
112 B
Nix
{pkgs}: {
|
|
chart2json = pkgs.callPackage ./chart2json.nix {};
|
|
fetch = pkgs.callPackage ./fetchhelm.nix {};
|
|
}
|