about summary refs log tree commit diff
path: root/nixos/modules/services/hardware/nvidia-optimus.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/hardware/nvidia-optimus.nix')
-rw-r--r--nixos/modules/services/hardware/nvidia-optimus.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/hardware/nvidia-optimus.nix b/nixos/modules/services/hardware/nvidia-optimus.nix
index eb1713baa140e..d53175052c74a 100644
--- a/nixos/modules/services/hardware/nvidia-optimus.nix
+++ b/nixos/modules/services/hardware/nvidia-optimus.nix
@@ -1,4 +1,4 @@
-{ config, pkgs, lib, ... }:
+{ config, lib, ... }:
 
 let kernel = config.boot.kernelPackages; in