From 9b6d5bfd4477468bb32981d6b6206d5b72a16c44 Mon Sep 17 00:00:00 2001 From: Yaroslav Bolyukin Date: Sat, 02 Mar 2024 01:46:24 +0000 Subject: [PATCH] doc: fix code fences --- --- a/README.adoc +++ b/README.adoc @@ -14,6 +14,8 @@ == Flake example +[source,nix] +---- { description = "My cluster configuration"; inputs = { @@ -106,6 +108,7 @@ }; }; } +---- == Secret generator example -- gitstuff