From 8037eeba195145762de6cf9b1e0a2fd81368cd9c Mon Sep 17 00:00:00 2001 From: Artturin Date: Fri, 14 Mar 2025 01:43:26 +0200 Subject: [PATCH] flake.nix: Remove cross glibc On darwin in `nativeBuildInputs` ``` error: Package _glibc-nolibgcc-2.40-36_ in /nix/store/813bk6hvhfjjjmzlk2cxgxgd25yqq5f8-source/pkgs/development/libraries/glibc /default.nix:214 is not available on the requested hostPlatform: hostPlatform.config = "aarch64-apple-darwin" ``` in `buildInputs` ``` is not available on the requested hostPlatform: hostPlatform.config = "riscv64-none-elf" ``` --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index 06f0db8..17fea13 100644 --- a/flake.nix +++ b/flake.nix @@ -60,7 +60,6 @@ qemu riscv64-linux.gcc riscv64-linux.binutils - riscv64-linux.glibc ]; shellHook = '' export CROSS_PREFIX="riscv64-none-elf"