feat(zig): init zig template
This commit is contained in:
parent
f79afe59c3
commit
8e52914770
11 changed files with 447 additions and 0 deletions
9
templates/zig/flake/shell.nix
Normal file
9
templates/zig/flake/shell.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
mkShell,
|
||||
zigpkgs,
|
||||
}:
|
||||
mkShell {
|
||||
packages = [
|
||||
zigpkgs.master
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue