From a51bfae0058f5c187034d1054ec530ff63f98509 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Sat, 5 Aug 2023 23:17:30 +0100 Subject: [PATCH] fix: had wrong binary name --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 8b331d5..573afe9 100644 --- a/flake.nix +++ b/flake.nix @@ -101,7 +101,7 @@ # modify these scripts = { - "new_data" = "*:0,15,30,45"; + "update_data" = "*:0,15,30,45"; "new_users" = "*:5,20,35,50"; "update_groups" = "*:10"; };