chore: faster builds, fzf lua (#74)
Some checks are pending
quality / changes (push) Waiting to run
quality / Flake Check (push) Blocked by required conditions
quality / Nix Format Check (push) Blocked by required conditions
quality / Deploy netty (push) Blocked by required conditions

This commit is contained in:
Hari 2026-04-18 14:37:34 -04:00 committed by GitHub
parent 80efbae1e9
commit 0db4171b0b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 52 additions and 25 deletions

View file

@ -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 = [