about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-10-18 23:25:58 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-10-18 23:25:58 +0200
commit2c56f33409534e25e4a19395f8ca151ae01e8b9b (patch)
tree4cde70e600e2bd34089999ace944230041be2b26
parentdocs(notes/beets_import): Include note about extra duplicate removal (diff)
downloadnixos-config-2c56f33409534e25e4a19395f8ca151ae01e8b9b.tar.gz
nixos-config-2c56f33409534e25e4a19395f8ca151ae01e8b9b.zip
build(update.sh): Update Firefox ext. updater path to new `home.legacy`
-rwxr-xr-xupdate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index 5d1256f0..dd2e8c7d 100755
--- a/update.sh
+++ b/update.sh
@@ -10,7 +10,7 @@ __update_sh_run() {
     unset __update_sh_command
 }
 
-__update_sh_run ./modules/home/conf/firefox/scripts/update_extensions.sh "$@"
+__update_sh_run ./modules/home.legacy/conf/firefox/scripts/update_extensions.sh "$@"
 __update_sh_run ./modules/by-name/lf/lf/secrets/update_secret.sh "$@"
 __update_sh_run ./pkgs/update_pkgs.sh "$@"