Closed codingCoffee closed 6 days ago
Also @joaothallis is there a way to evaluate the checkHomebrewInstall
check only if the user has homebrew.enable = true
in this nix configuration?
You can use mkIf
in the system.checks.text
entry.
Hey @Enzime, definitely interested in submitting the PR. I've commited the suggessions and resolved the conflicts. Please do tell if I need to make any more changes.
Hey @Enzime, I just ended up creating a separate PR: https://github.com/LnL7/nix-darwin/pull/1160. Squashing was proving to be difficult since this is such an old PR. If it's okay can you close this and merge the other one?
fixes #778
checkHomebrewInstall
should be a conditional checkcc: @Enzime please recommend changes