nixos/templates/default.nix

14 lines
220 B
Nix

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