ok
This commit is contained in:
parent
9f7a5545ce
commit
7977b528cd
1 changed files with 3 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
description = "nix flakes";
|
||||
|
||||
outputs =
|
||||
{ }:
|
||||
{ self }:
|
||||
{
|
||||
templates = {
|
||||
go = {
|
||||
|
|
@ -10,5 +10,7 @@
|
|||
description = "go template";
|
||||
};
|
||||
};
|
||||
|
||||
defaultTemplate = self.templates.go;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue