Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yousiki committed Dec 16, 2024
1 parent 65d96c3 commit 1ce502e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/darwin/system/homebrew/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ in {
};

# Add homebrew to PATH.
environment.systemPath = lib.optional (system == "aarch64-darwin") "/opt/homebrew";
environment.systemPath = lib.optional (system == "aarch64-darwin") "/opt/homebrew/bin";
};
}

0 comments on commit 1ce502e

Please sign in to comment.