This commit is contained in:
Elisiei Yehorov 2025-07-28 22:18:23 +02:00
parent 61bd2f6c9f
commit 9f7a5545ce
Signed by: elisiei
GPG key ID: BA1D158DCE3DF089

14
flake.nix Normal file
View file

@ -0,0 +1,14 @@
{
description = "nix flakes";
outputs =
{ }:
{
templates = {
go = {
path = ./go;
description = "go template";
};
};
};
}