From d5b955c23f0dc6543bdb43950099025ecf7fdeca Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 25 Apr 2025 12:21:09 +0200 Subject: update.sh: Also run `nix flake update` --- update.sh | 1 + 1 file changed, 1 insertion(+) 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 "$@" -- cgit 1.4.1