From 913e030e4fcdfb298715b27fcc6481f338d91210 Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Mon, 11 Sep 2023 18:19:43 -0700 Subject: [PATCH] fixed argument for chrono_track --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 867bb8d..3c87fd2 100644 --- a/flake.nix +++ b/flake.nix @@ -177,7 +177,7 @@ rust-project TODO: write shell script for automatically updating `cargoHash` serviceConfig = { Type = "oneshot"; ExecStart = '' - ${cfg.package}/bin/chrono_track --config-file ${builtins.toString cfg.config_path} --from_addr ${cfg.from_address} + ${cfg.package}/bin/chrono_track --config-file ${builtins.toString cfg.config_path} --from-addr ${cfg.from_address} ''; }; };