the code now list all the directories

This commit is contained in:
Tomas Rivera
2026-03-29 13:30:49 +02:00
parent a4fc334ac2
commit b614e1e994
5 changed files with 88 additions and 2 deletions
+2
View File
@@ -3,5 +3,7 @@
pkgs.mkShell {
buildInputs = [
pkgs.vivify
pkgs.cjson
pkgs.pkg-config
];
}