mirror of
https://github.com/mitchellh/zig-overlay.git
synced 2025-05-08 18:46:02 +03:00
add "init" template for an empty dev env
This commit is contained in:
parent
5ef08a767b
commit
16cb5d1851
4 changed files with 68 additions and 0 deletions
|
@ -47,5 +47,10 @@
|
|||
path = ./templates/compiler-dev;
|
||||
description = "A development environment for Zig compiler development.";
|
||||
};
|
||||
|
||||
templates.init = {
|
||||
path = ./templates/init;
|
||||
description = "A basic, empty development environment.";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue