nix-config/templates/default.nix
Bruno BELANYI 8a4fdf6a56
All checks were successful
ci/woodpecker/push/check Pipeline was successful
templates: fix description typo
2024-04-01 22:27:06 +01:00

11 lines
192 B
Nix

{
"c++-cmake" = {
path = ./c++-cmake;
description = "A C++ project using CMake";
};
"c++-meson" = {
path = ./c++-meson;
description = "A C++ project using Meson";
};
}