shell: add cloc
Some checks are pending
/ build (push) Waiting to run

This commit is contained in:
stop screaming 2026-02-20 16:37:44 +02:00
parent 49a5451af2
commit 7b8a48ad09
2 changed files with 5 additions and 4 deletions

View file

@ -1,7 +1,7 @@
[workspace] [workspace]
resolver = "2" resolver = "2"
members = [ "./app", "./engine", "./device" ] members = [ "./app", "./engine", "./device" ]
exclude = [ "./deps/tengri", "./deps/dizzle" ] exclude = [ "./tengri", "./dizzle" ]
[workspace.package] [workspace.package]
edition = "2024" edition = "2024"
@ -15,14 +15,14 @@ inherits = "test"
lto = false lto = false
[workspace.dependencies.tengri] [workspace.dependencies.tengri]
path = "./deps/tengri/tengri" path = "./tengri/tengri"
features = [ "tui", "dsl" ] features = [ "tui", "dsl" ]
[workspace.dependencies.tengri_proc] [workspace.dependencies.tengri_proc]
path = "./deps/tengri/proc" path = "./tengri/proc"
[workspace.dependencies.jack] [workspace.dependencies.jack]
path = "./deps/rust-jack" path = "./rust-jack"
[workspace.dependencies] [workspace.dependencies]
tek = { path = "./tek" } tek = { path = "./tek" }

View file

@ -8,6 +8,7 @@
pkgs.freetype pkgs.freetype
pkgs.libclang pkgs.libclang
pkgs.mold pkgs.mold
pkgs.cloc
]; ];
buildInputs = [ buildInputs = [
pkgs.jack2 pkgs.jack2