diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-27 17:23:00 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-27 17:23:00 -0600 |
| commit | 6b9b0387bd8bbc57ead3fc4a50dab36752ed3439 (patch) | |
| tree | bc53fa38a3074ebf3bdae778e5f60ad935cf74a5 /dotfiles | |
| parent | 8a0c06745814dc2fdadaaad3e2394d766bb71d9e (diff) | |
| download | archsetup-6b9b0387bd8bbc57ead3fc4a50dab36752ed3439.tar.gz archsetup-6b9b0387bd8bbc57ead3fc4a50dab36752ed3439.zip | |
fix(topgrade): disable lensfun database update
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to 'dotfiles')
| -rw-r--r-- | dotfiles/common/.config/topgrade.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/common/.config/topgrade.toml b/dotfiles/common/.config/topgrade.toml index b4434f2..f2dece4 100644 --- a/dotfiles/common/.config/topgrade.toml +++ b/dotfiles/common/.config/topgrade.toml @@ -16,7 +16,7 @@ sudo_command = "sudo" # Disable specific steps - same options as the command line flag # disable = ["system", "emacs"] -disable = ["emacs", "poetry", "gnome_shell_extensions"] +disable = ["emacs", "poetry", "gnome_shell_extensions", "lensfun"] # Ignore failures for these steps # ignore_failures = ["powershell"] |
