From 0bc8f882760b5763663ac4a53f9e01ff5966624f Mon Sep 17 00:00:00 2001 From: lassulus Date: Wed, 27 Sep 2023 19:01:51 +0200 Subject: [PATCH] docs/quickstart: fix typo --- docs/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart.md b/docs/quickstart.md index 6d39b2a..9ef023b 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -122,7 +122,7 @@ Absolutely, let's break down the migration step by step, explaining each action }; }; }; - in { inherit (clan) nixosConfigurations clanInternal; } + in { inherit (clan) nixosConfigurations clanInternals; } ``` - `nixosConfigurations`: Defines NixOS configurations, using Clan Core’s `buildClan` function to manage the machines.