14 lines
220 B
Nix
14 lines
220 B
Nix
{
|
|
rust = {
|
|
path = ./rust;
|
|
description = "Rust template.";
|
|
};
|
|
cxx = {
|
|
path = ./cxx;
|
|
description = "C++ template.";
|
|
};
|
|
python = {
|
|
path = ./python;
|
|
description = "Python template.";
|
|
};
|
|
}
|