use tokei for stat

This commit is contained in:
Sense T 2024-04-10 11:00:38 +08:00
parent 61395ab61b
commit 65bf461d44

View File

@ -43,6 +43,7 @@
buildInputs = [ buildInputs = [
go go
nodejs nodejs
tokei
]; ];
GOPATH = "/home/coder/.cache/go"; GOPATH = "/home/coder/.cache/go";
}; };