This commit is contained in:
Elisiei Yehorov 2025-07-28 22:24:38 +02:00
parent 9f7a5545ce
commit 7977b528cd
Signed by: elisiei
GPG key ID: BA1D158DCE3DF089

View file

@ -2,7 +2,7 @@
description = "nix flakes"; description = "nix flakes";
outputs = outputs =
{ }: { self }:
{ {
templates = { templates = {
go = { go = {
@ -10,5 +10,7 @@
description = "go template"; description = "go template";
}; };
}; };
defaultTemplate = self.templates.go;
}; };
} }