template → templates
This commit is contained in:
parent
eb5284741f
commit
296891da77
|
@ -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 🦀🦀🦀";
|
||||
|
|
Loading…
Reference in New Issue
Block a user