From 50bbf99b8ee937afbb3390fb4c248736b48a6f47 Mon Sep 17 00:00:00 2001 From: marshmallow Date: Mon, 4 May 2026 15:13:32 +1000 Subject: [PATCH] Update writing-a-hive.md Signed-off-by: marshmallow --- doc/guides/writing-a-hive.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/writing-a-hive.md b/doc/guides/writing-a-hive.md index 71f680e..137616e 100644 --- a/doc/guides/writing-a-hive.md +++ b/doc/guides/writing-a-hive.md @@ -36,7 +36,7 @@ wire.makeHive { # type: NixOS Module defaults = { ... }: { }; - #`nixosConfigurations` is an attrset that can be passed down from a + # `nixosConfigurations` is an attrset that can be passed down from a # flake's `self`. # # Atributes are merged together with nodes. Please read -- 2.51.2