From b63f4c5bc1a411ecf37d4a9aa83a8d058f6ff6bd Mon Sep 17 00:00:00 2001 From: chfour Date: Tue, 16 Sep 2025 22:10:20 +0200 Subject: [PATCH] minor typo in packages.autorebuild --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 287f80a..9ae749a 100644 --- a/flake.nix +++ b/flake.nix @@ -102,7 +102,7 @@ | while read -r mod; do echo "$mod" now=$(date +%s) - [ $((now - last)) -ge 1 ] && rebuild "$@" || echo '< 2s, skipping' + [ $((now - last)) -ge 2 ] && rebuild "$@" || echo '< 2s, skipping' last=$now done ''; -- 2.51.2