Finetuning brew and casks

This commit is contained in:
Olaf
2026-07-30 22:01:25 +02:00
parent 17070a9a51
commit d45e239926
4 changed files with 20 additions and 16 deletions
+2 -7
View File
@@ -24,10 +24,7 @@
url = "github:zhaofengli-wip/nix-homebrew";
inputs.brew-src.follows = "brew-src";
};
homebrew-bundle = {
url = "github:homebrew/homebrew-bundle";
flake = false;
};
homebrew-core = {
url = "github:homebrew/homebrew-core";
flake = false;
@@ -60,7 +57,6 @@
self,
darwin,
nix-homebrew,
homebrew-bundle,
homebrew-core,
homebrew-cask,
home-manager,
@@ -137,9 +133,8 @@
inherit user;
enable = true;
taps = {
"homebrew/homebrew-core" = homebrew-core;
"homebrew/homebrew-core" = homebrew-core;
"homebrew/homebrew-cask" = homebrew-cask;
"homebrew/homebrew-bundle" = homebrew-bundle;
};
mutableTaps = false;
autoMigrate = true;