mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-20 16:05:18 +00:00
chore: faster builds, fzf lua (#74)
This commit is contained in:
parent
80efbae1e9
commit
0db4171b0b
8 changed files with 52 additions and 25 deletions
|
|
@ -6,7 +6,9 @@
|
|||
onActivation = {
|
||||
autoUpdate = false;
|
||||
upgrade = false;
|
||||
cleanup = "uninstall";
|
||||
# `brew bundle --cleanup` is by far the slowest part of darwin activation
|
||||
# on this machine. Keep switches fast and do cleanup manually when needed.
|
||||
cleanup = "none";
|
||||
};
|
||||
|
||||
taps = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue