fixup! WIP: templates: add rust
All checks were successful
ci/woodpecker/push/check Pipeline was successful

This commit is contained in:
Bruno BELANYI 2023-05-10 13:20:18 +00:00
parent 9caee54f2b
commit d8d75bf576
2 changed files with 6 additions and 2 deletions

View file

@ -7,4 +7,8 @@
path = ./c++-meson;
description = "A C++ project using CMake";
};
"rust" = {
path = ./rust;
description = "A Rust project using nixpkgs' tooling";
};
}