7 lines
112 B
Nix
7 lines
112 B
Nix
_: {
|
|
flake.templates.cmake-c = {
|
|
path = ./_cmake-c;
|
|
description = "A simple cmake c project.";
|
|
};
|
|
}
|