nixos/templates/default.nix

18 lines
321 B
Nix

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