diff --git a/.config/linux/Shell.nix b/.config/linux/Shell.nix index e8f737e..e53ce51 100644 --- a/.config/linux/Shell.nix +++ b/.config/linux/Shell.nix @@ -1,8 +1,25 @@ with import {}; mkShell { NIX_LD_LIBRARY_PATH = lib.makeLibraryPath [ - stdenv.cc.cc + alsa-lib + expat + libGL + libpulseaudio + libuuid + libz + nspr + nss openssl + stdenv.cc.cc + xorg.libX11 + xorg.libXcomposite + xorg.libXcursor + xorg.libXdamage + xorg.libXext + xorg.libXfixes + xorg.libXi + xorg.libXrender + xorg.libXtst ]; NIX_LD = lib.fileContents "${stdenv.cc}/nix-support/dynamic-linker"; }