From 0d47b549123cc6cdca27689fcf72b7d3874c28c4 Mon Sep 17 00:00:00 2001 From: dish Date: Tue, 30 Jun 2026 11:34:07 -0400 Subject: [PATCH] [zaphod] add ld-linux to nix-ld --- hosts/default.nix | 2 +- hosts/zaphod/misc.nix | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/hosts/default.nix b/hosts/default.nix index 154d615e..d4608320 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -27,8 +27,8 @@ ]; skye.imports = [ inputs.self.nixosModules.skye-base - ]; + laptop = { }; }; in tag: { modules = [ tags.${tag} ]; }; diff --git a/hosts/zaphod/misc.nix b/hosts/zaphod/misc.nix index f7d86a9e..11ffd7e0 100644 --- a/hosts/zaphod/misc.nix +++ b/hosts/zaphod/misc.nix @@ -41,7 +41,12 @@ xdg.portal.xdgOpenUsePortal = true; # Nix-LD - programs.nix-ld.enable = true; + programs.nix-ld = { + enable = true; + libraries = [ + pkgs.stdenv.cc.cc + ]; + }; programs.steam.extraPackages = [ pkgs.pixman -- 2.51.2