git.delta.rocks / jrsonnet / refs/commits / 9b6d5bfd4477

difftreelog

doc: fix code fences

Yaroslav Bolyukin2024-03-02parent: #89d8c5f.patch.diff
in: trunk

1 file changed

modifiedREADME.adocdiffbeforeafterboth
1414
15== Flake example15== Flake example
1616
17[source,nix]
18----
17{19{
18 description = "My cluster configuration";20 description = "My cluster configuration";
19 inputs = {21 inputs = {
106 };108 };
107 };109 };
108}110}
111----
109112
110== Secret generator example113== Secret generator example
111114