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";
outputs = { self, nixpkgs }: {
template.minimum = {
templates.minimum = {
path = ./minimum;
description = "Minimal sane flake";
welcomeText = "mjau";
};
template.rust = {
templates.rust = {
path = ./rust;
description = "Minimal flake for rust with overlay and devshell";
welcomeText = "mjau 🦀🦀🦀";