From 8e628dad9cc8f42810513dcecbf2deb2bce04f91 Mon Sep 17 00:00:00 2001 From: Oleks Date: Mon, 16 Mar 2026 00:07:54 +0200 Subject: [PATCH] feat: export mold for s390x cross-compilation --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index aa3aec0..2b44207 100644 --- a/flake.nix +++ b/flake.nix @@ -165,6 +165,7 @@ cargo rustfmt sccache + mold ; nix = pkgs.nixVersions.nix_2_28; };