From d2b1b84dda74e414a46a7a2dac8ec5a0ccc9e1d1 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Wed, 23 Oct 2024 00:56:22 -0700 Subject: Add nVidia patches --- hosts/arrakis/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/arrakis') diff --git a/hosts/arrakis/hardware-configuration.nix b/hosts/arrakis/hardware-configuration.nix index 473d6dc..0983fac 100644 --- a/hosts/arrakis/hardware-configuration.nix +++ b/hosts/arrakis/hardware-configuration.nix @@ -103,7 +103,7 @@ in nvidia = { modesetting.enable = true; open = true; - package = with pkgs; nvidia-patch.patch-nvenc (nvidia-patch.patch-fbc package); + package = inputs.nvidia-patch.packages.x86_64-linux.nvidia-patch.patch-nvenc (inputs.nvidia-patch.packages.x86_64-linux.nvidia-patch.patch-fbc package); }; }; } -- cgit v1.2.3