diff --git a/src/cli/cmd/apply/nix_darwin.rs b/src/cli/cmd/apply/nix_darwin.rs index 1fe43a2..acac966 100644 --- a/src/cli/cmd/apply/nix_darwin.rs +++ b/src/cli/cmd/apply/nix_darwin.rs @@ -32,7 +32,7 @@ impl NixDarwin { // // fh apply nix-darwin omnicorp/home/0.1 // -// Here, `omnicorp/systems/0.1` resolves to `omnicorp/systems/0#darwinConfigurations.$(devicename).system`. +// Here, `omnicorp/systems/0.1` resolves to `omnicorp/systems/0#darwinConfigurations.$(devicename)`. // If you need to apply a configuration at a path that doesn't conform to this pattern, you // can still provide an explicit path. fn parse_output_ref(output_ref: &str) -> Result {