diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-04-25 12:21:09 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-04-25 12:21:09 +0200 |
commit | d5b955c23f0dc6543bdb43950099025ecf7fdeca (patch) | |
tree | 5cf9eb6e1875d9236ed48bf8bb755ee36d4b802a | |
parent | treewide: Update (diff) | |
download | nixos-config-d5b955c23f0dc6543bdb43950099025ecf7fdeca.zip |
update.sh: Also run `nix flake update`
-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 "$@" |