chore(docs): Fix something in parent

This commit is contained in:
Sridhar Ratnakumar 2024-07-09 17:21:45 -04:00 committed by GitHub
parent e995bbcc9f
commit 340d1a94cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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}'";
};