nix-config/templates/default.nix

7 lines
98 B
Nix

{
"c++-cmake" = {
path = ./c++-cmake;
description = "A C++ project using CMake";
};
}