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

Merge branch 'mitchellh:main' into main

This commit is contained in:
山下 2024-04-25 14:29:26 +09:00 committed by GitHub
commit a13f8e3f83
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 1975 additions and 23 deletions

View file

@ -59,7 +59,7 @@
zigpkgs = outputs.packages.${prev.system};
};
# Templates for use with zig flake init
# Templates for use with nix flake init
templates.compiler-dev = {
path = ./templates/compiler-dev;
description = "A development environment for Zig compiler development.";