From 545ed3952541dc60b9afe8af2ba6bf9b1771b1f5 Mon Sep 17 00:00:00 2001 From: OPNA2608 Date: Mon, 16 Mar 2026 16:55:26 +0100 Subject: [PATCH] release-cross: Add fd to common To test rust cross infra (as opposed to cross of rustc & cargo). --- pkgs/top-level/release-cross.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/top-level/release-cross.nix b/pkgs/top-level/release-cross.nix index 29ad442a54b7..b938abeb9678 100644 --- a/pkgs/top-level/release-cross.nix +++ b/pkgs/top-level/release-cross.nix @@ -84,6 +84,7 @@ let mesa = nativePlatforms; rustc = nativePlatforms; cargo = nativePlatforms; + fd = nativePlatforms; }; gnuCommon = recursiveUpdate common {