templates/flake.nix

12 lines
167 B
Nix
Raw Permalink Normal View History

2024-04-03 17:32:51 +00:00
{
description = "A collection of flake templates";
outputs = { self }: {
templates = {
cpp-cmake = {
path = ./cpp-cmake;
};
};
};
}