From 0d4770a5dc320deee8dab1312b3d38edc19f5d0d Mon Sep 17 00:00:00 2001 From: "Nurul Huda (Apon)" Date: Sun, 31 May 2026 04:14:09 +0600 Subject: [PATCH] chore: update flake.nix to zig 0.15 --- flake.lock | 6 +++--- flake.nix | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index ac0370f8..29194890 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1773840656, - "narHash": "sha256-9tpvMGFteZnd3gRQZFlRCohVpqooygFuy9yjuyRL2C0=", + "lastModified": 1780030872, + "narHash": "sha256-u6WU/yd/o8iYQrHX3RAwO1hYa3LkoSL+WNQD0rJfJZQ=", "owner": "nixos", "repo": "nixpkgs", - "rev": "9cf7092bdd603554bd8b63c216e8943cf9b12512", + "rev": "e9a7635a57597d9754eccebdfc7045e6c8600e6b", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index ff89bc61..2a6a7900 100644 --- a/flake.nix +++ b/flake.nix @@ -18,10 +18,10 @@ apps = forAllSystems (pkgs: { default = { type = "app"; - meta.description = "zx: framework for building web applications with zig"; + meta.description = "Ziex: framework for building web applications with Zig"; program = toString (pkgs.writeShellApplication { name = "zx"; - runtimeInputs = [pkgs.zig_0_15]; + runtimeInputs = [pkgs.zig_0_16]; text = '' tmp="$(mktemp -d)" trap 'rm -rf "$tmp"' EXIT