template → templates

This commit is contained in:
xenia 2023-10-12 16:11:25 +02:00
parent eb5284741f
commit 296891da77

View File

@ -2,12 +2,12 @@
description = "Some flake templates"; description = "Some flake templates";
outputs = { self, nixpkgs }: { outputs = { self, nixpkgs }: {
template.minimum = { templates.minimum = {
path = ./minimum; path = ./minimum;
description = "Minimal sane flake"; description = "Minimal sane flake";
welcomeText = "mjau"; welcomeText = "mjau";
}; };
template.rust = { templates.rust = {
path = ./rust; path = ./rust;
description = "Minimal flake for rust with overlay and devshell"; description = "Minimal flake for rust with overlay and devshell";
welcomeText = "mjau 🦀🦀🦀"; welcomeText = "mjau 🦀🦀🦀";