diff options
Diffstat (limited to 'update.sh')
-rwxr-xr-x | update.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/update.sh b/update.sh index f864935d..38db1b03 100755 --- a/update.sh +++ b/update.sh @@ -10,6 +10,7 @@ __update_sh_run() { unset __update_sh_command } +__update_sh_run nix flake update __update_sh_run ./modules/by-name/fi/firefox/update_extensions.sh "$@" __update_sh_run ./pkgs/update_pkgs.sh "$@" |