1
0
Fork 0
mirror of https://github.com/mitchellh/zig-overlay.git synced 2025-05-08 18:46:02 +03:00

template for zig compiler dev

This commit is contained in:
Mitchell Hashimoto 2022-08-23 09:36:18 -07:00
parent 157234d3d8
commit 66817dde5b
No known key found for this signature in database
GPG key ID: 523D5DC389D273BC
5 changed files with 118 additions and 0 deletions

View file

@ -41,5 +41,11 @@
overlays.default = final: prev: {
zigpkgs = outputs.packages.${prev.system};
};
# Templates for use with zig flake init
templates.compiler-dev = {
path = ./templates/compiler-dev;
description = "A development environment for Zig compiler development.";
};
};
}