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