nix-config/templates/default.nix
Bruno BELANYI 26d6fcae4a
All checks were successful
ci/woodpecker/push/check Pipeline was successful
templates: add rust-cargo
2024-04-12 15:02:47 +00:00

15 lines
289 B
Nix

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