about summary refs log tree commit diff stats
path: root/update.sh
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-04-25 12:21:31 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-04-25 12:21:31 +0200
commit1c33fa0454ac5167ac0c8126dd689d177a67258c (patch)
treea3df6b13bf16ad25956260cbe99b730ce2951cf7 /update.sh
parentupdate.sh: Also run `nix flake update` (diff)
downloadnixos-config-1c33fa0454ac5167ac0c8126dd689d177a67258c.zip
update.sh: Don't run `nix flake check`
It is too heavy, to run it after each update.
Diffstat (limited to '')
-rwxr-xr-xupdate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index 38db1b03..504710c2 100755
--- a/update.sh
+++ b/update.sh
@@ -14,7 +14,7 @@ __update_sh_run nix flake update
 __update_sh_run ./modules/by-name/fi/firefox/update_extensions.sh "$@"
 __update_sh_run ./pkgs/update_pkgs.sh "$@"
 
-__update_sh_run nix flake check
+# __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