mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
fix(k8s): make recursive
This commit is contained in:
parent
97826c01e4
commit
4b8b505124
1 changed files with 1 additions and 1 deletions
2
k8s.nix
2
k8s.nix
|
|
@ -3,7 +3,7 @@
|
||||||
with lib;
|
with lib;
|
||||||
with import ./lib.nix {inherit lib pkgs;};
|
with import ./lib.nix {inherit lib pkgs;};
|
||||||
|
|
||||||
{
|
rec {
|
||||||
loadJSON = path: mkAllDefault (builtins.fromJSON (builtins.readFile path)) 1000;
|
loadJSON = path: mkAllDefault (builtins.fromJSON (builtins.readFile path)) 1000;
|
||||||
|
|
||||||
loadYAML = path: loadJSON (pkgs.runCommand "yaml-to-json" {
|
loadYAML = path: loadJSON (pkgs.runCommand "yaml-to-json" {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue