about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-04-25 12:21:09 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-04-25 12:21:09 +0200
commitd5b955c23f0dc6543bdb43950099025ecf7fdeca (patch)
tree5cf9eb6e1875d9236ed48bf8bb755ee36d4b802a
parenttreewide: Update (diff)
downloadnixos-config-d5b955c23f0dc6543bdb43950099025ecf7fdeca.zip
update.sh: Also run `nix flake update`
Diffstat (limited to '')
-rwxr-xr-xupdate.sh1
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 "$@"