about summary refs log tree commit diff stats
path: root/pkgs/by-name/ts/tskm/build.rs
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-04-06 18:36:27 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-04-06 18:38:03 +0200
commita9db63802db2293ac4ee280394568b09f6feaa87 (patch)
tree32b00aa17fda1bf11bf87fdefa71b77d2bc44348 /pkgs/by-name/ts/tskm/build.rs
parentfix(modules/taskwarrior/mkHook): Use correct `grep` silencing argument (diff)
downloadnixos-config-a9db63802db2293ac4ee280394568b09f6feaa87.zip
feat(pkgs/tskm/task): Use taskchampion instead of run_task
Diffstat (limited to 'pkgs/by-name/ts/tskm/build.rs')
-rw-r--r--pkgs/by-name/ts/tskm/build.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/by-name/ts/tskm/build.rs b/pkgs/by-name/ts/tskm/build.rs
index 8dfb213b..e3b60bb9 100644
--- a/pkgs/by-name/ts/tskm/build.rs
+++ b/pkgs/by-name/ts/tskm/build.rs
@@ -12,6 +12,9 @@ use crate::cli::CliArgs;
 pub mod task {
     include!("src/task/mod.rs");
 }
+pub mod state {
+    include!("src/state.rs");
+}
 
 pub mod interface {
     pub mod input {