Change to mutable taps

This commit is contained in:
Martin Larsson 2025-05-30 16:19:25 +02:00
parent 9c336f3036
commit fc2bb65c64

View file

@ -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;