nixos/templates/default.nix

15 lines
220 B
Nix
Raw Normal View History

2025-05-03 23:23:02 +08:00
{
rust = {
path = ./rust;
description = "Rust template.";
};
cxx = {
path = ./cxx;
description = "C++ template.";
};
2025-05-25 23:28:27 +08:00
python = {
path = ./python;
description = "Python template.";
};
2025-05-03 23:23:02 +08:00
}