Merge pull request #43 from jowi-dev/patch-1

Update flake.nix
This commit is contained in:
Mitchell Hashimoto 2024-03-23 18:51:51 -07:00 committed by GitHub
commit 3a1243ca97
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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