nixos/templates/default.nix

15 lines
244 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.";
};
cxxWithXmake = {
path = ./cxxWithXmake;
description = "C++ template built by xmake.";
};
2025-05-03 23:23:02 +08:00
}