Skip to content

Commit

Permalink
Update src/cli/cmd/apply/nix_darwin.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc authored Jul 29, 2024
1 parent 945f7fa commit 104effc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/cmd/apply/nix_darwin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<String, FhError> {
Expand Down

0 comments on commit 104effc

Please sign in to comment.