nix-config/templates/default.nix
Bruno BELANYI d8d75bf576
All checks were successful
ci/woodpecker/push/check Pipeline was successful
fixup! WIP: templates: add rust
2023-05-11 22:17:52 +01:00

14 lines
288 B
Nix

{
"c++-cmake" = {
path = ./c++-cmake;
description = "A C++ project using CMake";
};
"c++-meson" = {
path = ./c++-meson;
description = "A C++ project using CMake";
};
"rust" = {
path = ./rust;
description = "A Rust project using nixpkgs' tooling";
};
}