about summary refs log tree commit diff
path: root/nixos/modules/hardware/video/ati.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/hardware/video/ati.nix')
-rw-r--r--nixos/modules/hardware/video/ati.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/hardware/video/ati.nix b/nixos/modules/hardware/video/ati.nix
index 022fdea0a0a3..2fa37af6ca58 100644
--- a/nixos/modules/hardware/video/ati.nix
+++ b/nixos/modules/hardware/video/ati.nix
@@ -1,6 +1,6 @@
 # This module provides the proprietary ATI X11 / OpenGL drivers.
 
-{ config, lib, pkgs, pkgs_i686, ... }:
+{ config, lib, pkgs_i686, ... }:
 
 with lib;