diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-04-09 19:59:26 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-04-09 19:59:26 +0200 |
commit | b0942b6ca464c9f7a62190e8669108800192688f (patch) | |
tree | b6bf8d46a2a6e2469fbe8ddd6a1529b7e53d6675 /update.sh | |
parent | modules/nvim/plgs/harpoon: Update to harpoon2 (diff) | |
download | nixos-config-b0942b6ca464c9f7a62190e8669108800192688f.zip |
update.sh: Also run `nix flake check` and `./build.sh`
Diffstat (limited to '')
-rwxr-xr-x | update.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/update.sh b/update.sh index b4408bea..3a8c7cb1 100755 --- a/update.sh +++ b/update.sh @@ -13,6 +13,9 @@ __update_sh_run() { __update_sh_run ./modules/by-name/fi/firefox/update_extensions.sh "$@" __update_sh_run ./pkgs/update_pkgs.sh "$@" -echo "Also update out-of tree dependencies, like yt!" 2>&1 +__update_sh_run nix flake check +__update_sh_run ./build.sh + +printf "\033[31;1m%s\033[0m\033[33;1m%s\033[0m\n" "Also update out-of-tree dependencies, like " "yt" 2>&1 # vim: ft=sh |