From d512de7e7839d580d02cb2560fc6733c81b7d058 Mon Sep 17 00:00:00 2001 From: MithicSpirit Date: Mon, 12 Jan 2026 00:22:18 -0500 Subject: [PATCH] nix: update zon2nix After the last commit, zon2nix required recompiling zig, which caused slow build times and CI failures. --- flake.lock | 8 ++++---- flake.nix | 2 +- nix/devShell.nix | 1 + 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 853fb27b6..be298785c 100644 --- a/flake.lock +++ b/flake.lock @@ -125,17 +125,17 @@ ] }, "locked": { - "lastModified": 1758405547, - "narHash": "sha256-WgaDgvIZMPvlZcZrpPMjkaalTBnGF2lTG+62znXctWM=", + "lastModified": 1768231828, + "narHash": "sha256-wL/8Iij4T2OLkhHcc4NieOjf7YeJffaUYbCiCqKv/+0=", "owner": "jcollie", "repo": "zon2nix", - "rev": "bf983aa90ff169372b9fa8c02e57ea75e0b42245", + "rev": "c28e93f3ba133d4c1b1d65224e2eebede61fd071", "type": "github" }, "original": { "owner": "jcollie", "repo": "zon2nix", - "rev": "bf983aa90ff169372b9fa8c02e57ea75e0b42245", + "rev": "c28e93f3ba133d4c1b1d65224e2eebede61fd071", "type": "github" } } diff --git a/flake.nix b/flake.nix index 58e250aec..a854f6ea3 100644 --- a/flake.nix +++ b/flake.nix @@ -28,7 +28,7 @@ }; zon2nix = { - url = "github:jcollie/zon2nix?rev=bf983aa90ff169372b9fa8c02e57ea75e0b42245"; + url = "github:jcollie/zon2nix?rev=c28e93f3ba133d4c1b1d65224e2eebede61fd071"; inputs = { nixpkgs.follows = "nixpkgs"; }; diff --git a/nix/devShell.nix b/nix/devShell.nix index d37107133..90059a730 100644 --- a/nix/devShell.nix +++ b/nix/devShell.nix @@ -26,6 +26,7 @@ wasmtime, wraptest, zig, + zig_0_15, zip, llvmPackages_latest, bzip2,