mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 08:00:06 +01:00
fix unbound variable 'config' in resultYAML (#51)
This commit is contained in:
parent
e4d0365764
commit
76b8053b27
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ with lib; let
|
|||
pkgs.runCommand name { }
|
||||
(concatMapStringsSep "\necho --- >> $out\n"
|
||||
(
|
||||
d: "${pkgs.yq}/bin/yq -y . ${pkgs.writeText "to-json" (builtins.toJSON config)} >> $out"
|
||||
d: "${pkgs.yq}/bin/yq -y . ${pkgs.writeText "to-json" (builtins.toJSON d)} >> $out"
|
||||
)
|
||||
documents);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue