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

View file

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