aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules/hardware
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-06-18 11:07:56 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2019-06-18 11:07:56 +0200
commitf120248daff4f1db2dac63601cfebe9048898d57 (patch)
treebfa7d2ddb925d8db4e82539f044cd83d1c554e6d /nixos/modules/hardware
parent4d6f65b81fca657a137954050874e8816c032882 (diff)
parent41377252e53a78bd8903a4f3e0e35714e20f6147 (diff)
Merge staging-next into staging
Diffstat (limited to 'nixos/modules/hardware')
-rw-r--r--nixos/modules/hardware/video/nvidia.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/hardware/video/nvidia.nix b/nixos/modules/hardware/video/nvidia.nix
index 9f2360f41c6..a5740929a31 100644
--- a/nixos/modules/hardware/video/nvidia.nix
+++ b/nixos/modules/hardware/video/nvidia.nix
@@ -1,6 +1,6 @@
# This module provides the proprietary NVIDIA X11 / OpenGL drivers.
-{ stdenv, config, lib, pkgs, ... }:
+{ config, lib, pkgs, ... }:
with lib;