test naive templates
This commit is contained in:
26
flake.nix
Normal file
26
flake.nix
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
description = "A collection of flake templates";
|
||||
|
||||
outputs = { self }: {
|
||||
|
||||
templates = {
|
||||
|
||||
simplePython = {
|
||||
path = ./python;
|
||||
description = "Python template";
|
||||
};
|
||||
|
||||
rust = {
|
||||
path = ./rust;
|
||||
description = "Simple rust template";
|
||||
};
|
||||
|
||||
vlang = {
|
||||
path = ./vlang;
|
||||
description = "Simple vlang template";
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user