summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-01-27 17:23:00 -0600
committerCraig Jennings <c@cjennings.net>2026-01-27 17:23:00 -0600
commitee2be7f847ae5e44f82990f341c3e54ec393d8c8 (patch)
tree266da6c5e028349b7156f2bd3d6d0daeccf0551a
parented9a819fabf3dd4892c4f295b45dd367d56035f8 (diff)
downloadarchsetup-ee2be7f847ae5e44f82990f341c3e54ec393d8c8.tar.gz
archsetup-ee2be7f847ae5e44f82990f341c3e54ec393d8c8.zip
fix(topgrade): disable lensfun database update
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
-rw-r--r--dotfiles/common/.config/topgrade.toml2
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"]