nixos/templates/default.nix

14 lines
244 B
Nix

{
rust = {
path = ./rust;
description = "Rust template.";
};
cxx = {
path = ./cxx;
description = "C++ template.";
};
cxxWithXmake = {
path = ./cxxWithXmake;
description = "C++ template built by xmake.";
};
}