Bit of cleanup
This commit is contained in:
@@ -35,9 +35,10 @@ in
|
||||
|
||||
casks = pkgs.callPackage ./casks.nix { };
|
||||
onActivation = {
|
||||
# Keep activation deterministic while avoiding expensive update/upgrade on every switch.
|
||||
cleanup = "uninstall";
|
||||
autoUpdate = true;
|
||||
upgrade = true;
|
||||
autoUpdate = false;
|
||||
upgrade = false;
|
||||
};
|
||||
|
||||
# These app IDs are from using the mas CLI app
|
||||
|
||||
Reference in New Issue
Block a user