From 6a2688cf5bf4489e23da90a2c3e540b74e461988 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Sun, 22 Feb 2026 17:03:25 +0100 Subject: [PATCH] feat: run downloaded dynamically linked binaries --- config.scm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config.scm b/config.scm index bdfe8d54e3b5aad2327d2657d3ac6048b486b646..38c63b7f9585e6f7ffc0f8c04584b50c002b43f8 100644 --- a/config.scm +++ b/config.scm @@ -278,6 +278,11 @@ (home "/home/fbw")) %default-guix-shared-users)))) + ;; I give up! Let the download binaries run. + (extra-special-file "/lib64/ld-linux-x86-64.so.2" + (file-append glibc "/lib/ld-linux-x86-64.so.2")) + (extra-special-file "/lib/ld-linux-x86-64.so.2" + (file-append glibc "/lib/ld-linux-x86-64.so.2")) ;; Let's use GUI apps from Nixpkgs, because, why not? nixos-opengl-driver-service