nix/templates/all.nix

11 lines
213 B
Nix
Raw Normal View History

2023-12-19 10:24:07 -06:00
{
rust = {
path = ./rust;
description = "A template for working on a Rust project";
};
deno = {
path = ./deno;
description = "A template for working on a TypeScript and Deno project";
};
2023-12-19 10:24:07 -06:00
}