diff --git a/modules/darwin/homebrew.nix b/modules/darwin/homebrew.nix index 95412a3..2442e9d 100644 --- a/modules/darwin/homebrew.nix +++ b/modules/darwin/homebrew.nix @@ -34,7 +34,6 @@ }; global = { brewfile = true; # Run brew bundle from anywhere - lockfiles = false; # Don't save lockfile (since running from anywhere) }; brews = [ "trash" # Delete files and folders to trash instead of rm diff --git a/platforms/nix-darwin/modules/nmasur/presets/programs/homebrew.nix b/platforms/nix-darwin/modules/nmasur/presets/programs/homebrew.nix index 6727f7b..89a0178 100644 --- a/platforms/nix-darwin/modules/nmasur/presets/programs/homebrew.nix +++ b/platforms/nix-darwin/modules/nmasur/presets/programs/homebrew.nix @@ -33,7 +33,6 @@ in }; global = { brewfile = true; # Run brew bundle from anywhere - lockfiles = false; # Don't save lockfile (since running from anywhere) }; };