Update flake.nix

s/zig/nix
This commit is contained in:
Joe Williams 2024-03-23 16:18:37 -04:00 committed by GitHub
parent 3c1ddb218f
commit 0a5fca0908
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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