{ description = "A collection of flake templates"; outputs = { self }: { templates = { cpp-cmake = { path = ./cpp-cmake; }; }; }; }