Skip to content

Commit

Permalink
Drop the sigprof.hardware.gpu.driver.nvidia.legacy_340 option
Browse files Browse the repository at this point in the history
NixOS/nixpkgs#320228 removed the `hardware.opengl.setLdLibraryPath`
option, which was required for the `legacy_340` NVIDIA driver to work
properly (NixOS/nixpkgs#120602).  The machine which needed the
`legacy_340` driver is no longer in use for quite some time, so there is
no way to test any possible fixes; just drop the obsolete option.
  • Loading branch information
sigprof committed Jan 1, 2025
1 parent de40ae9 commit 6acf8b4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 28 deletions.
2 changes: 0 additions & 2 deletions hosts/test1/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ in
fileSystems."/".device = "/dev/sda1";
boot.loader.grub.device = "/dev/sda";

sigprof.hardware.gpu.driver.nvidia.legacy_340.enable = true;

services.printing.enable = true;
sigprof.hardware.printers.driver.hplip.enable = true;
sigprof.hardware.printers.driver.hplip.enablePlugin = true;
Expand Down
1 change: 0 additions & 1 deletion modules/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ in
dir = ./.;
modules = [
hardware/gpu/driver/nvidia
hardware/gpu/driver/nvidia/legacy_340.nix
hardware/printers/driver/hplip.nix
hardware/sane/backend/epkowa.nix
hardware/video
Expand Down
25 changes: 0 additions & 25 deletions modules/hardware/gpu/driver/nvidia/legacy_340.nix

This file was deleted.

0 comments on commit 6acf8b4

Please sign in to comment.