Better handling of work/personal darwin machine, remove clang & -tools
from work and add llvm via brew instead.
This commit is contained in:
parent
f15bbc57e2
commit
44e501b67f
8 changed files with 73 additions and 33 deletions
11
nix/system/darwin_work.nix
Normal file
11
nix/system/darwin_work.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
...
|
||||
}:
|
||||
{
|
||||
homebrew = {
|
||||
brews = [
|
||||
"openjdk"
|
||||
"llvm"
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue