nixos: start adding libraries for nix-ld
This commit is contained in:
@@ -162,6 +162,35 @@ in
|
||||
security.rtkit.enable = true;
|
||||
|
||||
programs = {
|
||||
nix-ld = {
|
||||
enable = true;
|
||||
libraries = with pkgs; [
|
||||
stdenv.cc.cc.lib
|
||||
openssl
|
||||
zlib
|
||||
icu
|
||||
curl
|
||||
libxcrypt-legacy
|
||||
gcc
|
||||
pkg-config
|
||||
busybox
|
||||
libdrm
|
||||
mesa
|
||||
libxkbcommon
|
||||
fontconfig
|
||||
libglvnd
|
||||
freetype
|
||||
libx11
|
||||
libice
|
||||
libsm
|
||||
libxcursor
|
||||
skia
|
||||
dotnet-sdk
|
||||
dotnet-runtime
|
||||
dotnet-runtime_8
|
||||
];
|
||||
};
|
||||
|
||||
bash = {
|
||||
enable = true;
|
||||
|
||||
@@ -336,6 +365,7 @@ in
|
||||
];
|
||||
|
||||
HISTFILE = "$XDG_STATE_HOME/bash/history";
|
||||
DOTNET_ROOT = "${pkgs.dotnet-sdk}/share/dotnet";
|
||||
DOTNET_CLI_HOME = "$XDG_DATA_HOME/dotnet";
|
||||
GTK2_RC_FILES = "$XDG_CONFIG_HOME/gtk-2.0/gtkrc";
|
||||
WINE_BIN = "${inputs.nix-gaming.packages.${pkgs.stdenv.hostPlatform.system}.wine-tkg}/bin/.wine";
|
||||
|
||||
Reference in New Issue
Block a user