Skip to content

Commit 516bbfe

Browse files
committed
update to latest zig
1 parent 57ec56e commit 516bbfe

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ zig-aio provides io_uring like asynchronous API and coroutine powered IO tasks f
88

99
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
1010

11-
Project is tested on zig version 0.14.0-dev.3456+00a8742bb
11+
Project is tested on zig version 0.15.0-dev.27+17b40b1d6
1212

1313
## Support matrix
1414

flake.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# Check the flake.nix in zig2nix project for more options:
1313
# <https://github.com/Cloudef/zig2nix/blob/master/flake.nix>
1414
env = zig2nix.outputs.zig-env.${system} {
15-
zig = zig2nix.outputs.packages.${system}.zig.master.bin;
15+
zig = zig2nix.outputs.packages.${system}.zig-master;
1616
};
1717
in with builtins; with env.lib; with env.pkgs.lib; {
1818
# nix run .
@@ -120,7 +120,7 @@
120120

121121
# nix develop
122122
devShells.default = env.mkShell {
123-
nativeBuildInputs = with env.pkgs; [wasmtime wineWowPackages.minimal];
123+
nativeBuildInputs = with env.pkgs; [wasmtime wineWowPackages.minimal];
124124
};
125125

126126
# nix run .#readme

0 commit comments

Comments
 (0)