set debug to true

main
Nickiel12 1 year ago
parent 5a6bf5d8ce
commit 8c4587544c

@ -164,7 +164,7 @@ rust-project TODO: write shell script for automatically updating `cargoHash`
serviceConfig = {
Type = "oneshot";
ExecStart = ''
${cfg.package}/bin/time_tracker --config-file ${builtins.toString cfg.config_path}
${cfg.package}/bin/time_tracker -d --config-file ${builtins.toString cfg.config_path}
'';
};
};

Loading…
Cancel
Save