From a57ef9dad197e3941e9f4bdbbfe5d9213e7d47ed Mon Sep 17 00:00:00 2001 From: zach latta Date: Tue, 10 Aug 2021 14:41:00 -0400 Subject: [PATCH] doc: darwin: user.users.eve -> users.users.eve (#2258) This fixes a broken example for nix-darwin in the docs. --- doc/installation.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/installation.adoc b/doc/installation.adoc index 9f34a8637..51899d478 100644 --- a/doc/installation.adoc +++ b/doc/installation.adoc @@ -224,7 +224,7 @@ For example, a nix-darwin configuration may include the lines [source,nix] ---- -user.users.eve = { +users.users.eve = { name = "eve"; home = "/Users/eve"; }