add nix-ld to absolution again

This commit is contained in:
alyx 2025-08-03 15:18:09 +01:00
parent 6a3e50d921
commit 57d3c84619
No known key found for this signature in database

View file

@ -160,7 +160,6 @@
hardware.graphics = {
enable = true;
enable32Bit = true;
extraPackages = with pkgs; [mesa.opencl libvdpau-va-gl vaapiVdpau vulkan-validation-layers];
extraPackages32 = with pkgs; [driversi686Linux.amdvlk driversi686Linux.mesa.opencl];
};
@ -308,6 +307,10 @@
enableSSHSupport = true;
};
programs.flashrom.enable = true;
programs.nix-ld.enable = true;
programs.nix-ld.libraries = with pkgs; [xorg.libxcb libao xorg.libX11 libusb1 cargo rustc pkg-config cacert libpulseaudio libsecret file];
systemd.tmpfiles.rules = [
"f /dev/shm/looking-glass 0660 alyx qemu-libvirtd -"
];