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