ok
This commit is contained in:
parent
61bd2f6c9f
commit
9f7a5545ce
1 changed files with 14 additions and 0 deletions
14
flake.nix
Normal file
14
flake.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
description = "nix flakes";
|
||||
|
||||
outputs =
|
||||
{ }:
|
||||
{
|
||||
templates = {
|
||||
go = {
|
||||
path = ./go;
|
||||
description = "go template";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue