Added hello template

This commit is contained in:
rotterdam 2023-04-05 14:39:47 -03:00
parent cfb010fb36
commit 237d56ee0e
3 changed files with 25 additions and 18 deletions

View file

@ -3,9 +3,13 @@
outputs = { self }: {
templates = {
hello = {
path = ./hello;
description = "Template including hello in shell packages";
};
rust = {
path = ./rust;
description = "Rust template, using oxalica/rust-overlay";
path = ./rust;
description = "Rust template, using oxalica/rust-overlay";
};
};
};