templates/flake.nix
2024-04-04 01:32:51 +08:00

11 lines
167 B
Nix

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