feat(templates): add cmake-c

This commit is contained in:
2026-03-21 13:48:30 +01:00
parent e2b91a9d30
commit 0b2e349268
6 changed files with 94 additions and 0 deletions

View File

@@ -238,6 +238,10 @@
Before running nix build, make sure to run `cargo generate-lockfile` first.
'';
};
cmake-c = {
path = ./templates/cmake-c;
description = "A simple cmake c project.";
};
};
};
}