From 1dd246294eedc97e2538e3f95b5c3f37c65e8d78 Mon Sep 17 00:00:00 2001 From: Artturin Date: Fri, 14 Mar 2025 01:39:40 +0200 Subject: [PATCH] flake.nix: Correct glibc location Although we probably don't even need to specify it? --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 06f0db8..66e977e 100644 --- a/flake.nix +++ b/flake.nix @@ -60,6 +60,8 @@ qemu riscv64-linux.gcc riscv64-linux.binutils + ]; + buildInputs = [ riscv64-linux.glibc ]; shellHook = ''