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:
parent
157234d3d8
commit
66817dde5b
5 changed files with 118 additions and 0 deletions
|
@ -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.";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue