Skip to content

Commit

Permalink
doc: fix quotes in flake example
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar authored Mar 9, 2023
1 parent d0958f1 commit be184a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/using-with-flakes.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Here's a minimal `flake.nix` that includes:
hello
'';
processes.run.exec = hello;
processes.run.exec = "hello";
})
];
};
Expand Down

0 comments on commit be184a4

Please sign in to comment.