Added hello template
This commit is contained in:
parent
cfb010fb36
commit
237d56ee0e
3 changed files with 25 additions and 18 deletions
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue