{ pkgs, ... }: { programs.nix-ld = { enable = true; libraries = with pkgs; [ stdenv.cc.cc curl openssl zlib ]; }; }