diff options
| author | seth <[email protected]> | 2023-10-12 14:05:39 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-10-12 14:05:39 -0400 |
| commit | c7cd275ccda6cbed043908d842c4b3e7457f2f97 (patch) | |
| tree | 64fcd0c537a9596af797e314d06aedf08d18f21c /parts | |
| parent | f0b00ce84e302f083279e3a586773e8ca44fe263 (diff) | |
modules/homebrew: remove firefox
Diffstat (limited to 'parts')
| -rw-r--r-- | parts/modules/darwin/desktop/homebrew.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/parts/modules/darwin/desktop/homebrew.nix b/parts/modules/darwin/desktop/homebrew.nix index 4a58ae9..a5f705e 100644 --- a/parts/modules/darwin/desktop/homebrew.nix +++ b/parts/modules/darwin/desktop/homebrew.nix @@ -29,7 +29,6 @@ in { args = {no_quarantine = true;}; }; in [ - "firefox" (lib.recursiveUpdate (noQuarantine "chromium") (skipSha "chromium")) ]; }; |
