nix/flake.nix
2025-07-28 22:18:23 +02:00

14 lines
186 B
Nix

{
description = "nix flakes";
outputs =
{ }:
{
templates = {
go = {
path = ./go;
description = "go template";
};
};
};
}