Compare commits

...

2 Commits

Author SHA1 Message Date
Random936
d50f9e34b4 Added yq, patchelf 2025-12-19 20:08:25 -05:00
Random936
ab8dd6c5af Installed nix-ld to fix dependencies with binaryninja 2025-12-19 19:58:30 -05:00
2 changed files with 31 additions and 1 deletions

View File

@@ -71,7 +71,6 @@
# For RTL-SDR
hardware.rtl-sdr.enable = true;
# Setup Pinentry
programs.gnupg.agent = {
enable = true;
@@ -94,4 +93,33 @@
ExecStart = "${pkgs.protonmail-bridge}/bin/protonmail-bridge --noninteractive";
};
};
# Setup environment for binaries that require FHS compliance.
programs.nix-ld = {
enable = true;
libraries = with pkgs; [
stdenv.cc.cc.lib
libglvnd
mesa
fontconfig
freetype
libxkbcommon
zlib
dbus
python3
xorg.libX11
xorg.libXext
xorg.libXrender
xorg.libXrandr
xorg.libXcursor
xorg.libXi
xorg.libxcb
xorg.xcbutilwm
xorg.xcbutil
xorg.xcbutilimage
xorg.xcbutilkeysyms
xorg.xcbutilrenderutil
xorg.xcbutilcursor
];
};
}

View File

@@ -6,9 +6,11 @@
rippkgs
nix-tree
nix-init
patchelf
# Utilities
jq
yq
bc
duf
cava