flake: actually link the new templates
This commit is contained in:
parent
5441f9338a
commit
997883f2fc
10
flake.nix
10
flake.nix
@ -361,6 +361,10 @@
|
||||
});
|
||||
|
||||
templates = {
|
||||
"shell" = {
|
||||
path = ./templates/shell;
|
||||
description = "A bare bones shell template.";
|
||||
};
|
||||
"ada" = {
|
||||
path = ./templates/ada;
|
||||
description = "Ada template.";
|
||||
@ -371,7 +375,11 @@
|
||||
};
|
||||
"go-fyne" = {
|
||||
path = ./templates/go-fyne;
|
||||
description = "Go template.";
|
||||
description = "Go + fyne template.";
|
||||
};
|
||||
"go-fyne-shell" = {
|
||||
path = ./templates/go-fyne;
|
||||
description = "Go + fyne template for shell usage.";
|
||||
};
|
||||
"perl" = {
|
||||
path = ./templates/perl;
|
||||
|
Loading…
Reference in New Issue
Block a user