From 340d1a94cc5770c9fd921371f5c642367dc2e4d0 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar <3998+srid@users.noreply.github.com> Date: Tue, 9 Jul 2024 17:21:45 -0400 Subject: [PATCH] chore(docs): Fix something in parent --- doc/custom-service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/custom-service.md b/doc/custom-service.md index 8559f65..f0c3552 100644 --- a/doc/custom-service.md +++ b/doc/custom-service.md @@ -98,7 +98,7 @@ Let's write the same `hello` service as above, in `hello.nix`, but this time as }; }; config = { - settings = { + outputs.settings = { processes.${name} = { command = "${lib.getExe config.package} --greeting='${config.message}'"; };