From 84bffd13e8401d6811b282c41eb13281ee3a0b6c Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Tue, 24 Feb 2026 14:44:46 -0500 Subject: [PATCH] remove deprecated brew line --- modules/darwin/homebrew.nix | 1 - .../nix-darwin/modules/nmasur/presets/programs/homebrew.nix | 1 - 2 files changed, 2 deletions(-) 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) }; };