fixup! WIP: templates: add rust
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
This commit is contained in:
parent
9caee54f2b
commit
d8d75bf576
2 changed files with 6 additions and 2 deletions
|
|
@ -7,4 +7,8 @@
|
|||
path = ./c++-meson;
|
||||
description = "A C++ project using CMake";
|
||||
};
|
||||
"rust" = {
|
||||
path = ./rust;
|
||||
description = "A Rust project using nixpkgs' tooling";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue