14 lines
186 B
Nix
14 lines
186 B
Nix
{
|
|
description = "nix flakes";
|
|
|
|
outputs =
|
|
{ }:
|
|
{
|
|
templates = {
|
|
go = {
|
|
path = ./go;
|
|
description = "go template";
|
|
};
|
|
};
|
|
};
|
|
}
|