feat(lib): add octalToDecimal

This commit is contained in:
Jaka Hudoklin 2017-12-01 12:37:10 +01:00
parent c3b31f0161
commit 663138ae4c
2 changed files with 9 additions and 1 deletions

View file

@ -14,7 +14,7 @@ let
args = {
inherit pkgs;
name = "default";
k8s = { inherit loadJSON loadYAML toBase64 mkValueOrSecretOption; };
k8s = { inherit loadJSON loadYAML toBase64 octalToDecimal mkValueOrSecretOption; };
};
};