Change to mutable taps
This commit is contained in:
parent
9c336f3036
commit
fc2bb65c64
1 changed files with 1 additions and 1 deletions
|
|
@ -183,7 +183,7 @@
|
||||||
"homebrew/bundle" = homebrew-bundle;
|
"homebrew/bundle" = homebrew-bundle;
|
||||||
"nikitabobko/tap" = homebrew-nikitabobko;
|
"nikitabobko/tap" = homebrew-nikitabobko;
|
||||||
};
|
};
|
||||||
mutableTaps = false;
|
mutableTaps = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
] ++ extraModules;
|
] ++ extraModules;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue