feat(go): add go as a template
add go as a template when i need to
This commit is contained in:
parent
edcf6f758e
commit
cd612f03ad
8 changed files with 224 additions and 1 deletions
10
flake.nix
10
flake.nix
|
@ -1,12 +1,20 @@
|
|||
{
|
||||
description = "Flake Template Hell";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/release-24.05";
|
||||
};
|
||||
|
||||
outputs = _: {
|
||||
outputs = _: {
|
||||
templates = {
|
||||
"python" = {
|
||||
path = ./templates/python;
|
||||
description = "python flake template";
|
||||
};
|
||||
"go" = {
|
||||
path = ./templates/go;
|
||||
description = "go flake template";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue