Added cleanup fix to nix homebrew setup
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
|
||||
homebrew = {
|
||||
enable = true;
|
||||
onActivation.cleanup = "zap";
|
||||
brews = [
|
||||
"coreutils"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user