1
0
Fork 0
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:
Mitchell Hashimoto 2022-11-10 14:02:57 -08:00
parent 5ef08a767b
commit 16cb5d1851
No known key found for this signature in database
GPG key ID: 523D5DC389D273BC
4 changed files with 68 additions and 0 deletions

View file

@ -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.";
};
};
}