about summary refs log tree commit diff
path: root/nixos/modules/hardware/opengl.nix
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2018-03-19 03:06:07 +0300
committerNikolay Amiantov <ab@fmap.me>2018-03-26 14:02:06 +0300
commitcdf107966539e90fc1ebf672e2ff325ec65ec32b (patch)
treec82d6687d6f12ffcfce3285125d5a4e67da0ba82 /nixos/modules/hardware/opengl.nix
parent4b8e3c66d9f8adf7c3e730f8a781472f43f5abd2 (diff)
downloadnixlib-cdf107966539e90fc1ebf672e2ff325ec65ec32b.tar
nixlib-cdf107966539e90fc1ebf672e2ff325ec65ec32b.tar.gz
nixlib-cdf107966539e90fc1ebf672e2ff325ec65ec32b.tar.bz2
nixlib-cdf107966539e90fc1ebf672e2ff325ec65ec32b.tar.lz
nixlib-cdf107966539e90fc1ebf672e2ff325ec65ec32b.tar.xz
nixlib-cdf107966539e90fc1ebf672e2ff325ec65ec32b.tar.zst
nixlib-cdf107966539e90fc1ebf672e2ff325ec65ec32b.zip
opengl service: don't override mesa non-drivers in runtime
Diffstat (limited to 'nixos/modules/hardware/opengl.nix')
-rw-r--r--nixos/modules/hardware/opengl.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/hardware/opengl.nix b/nixos/modules/hardware/opengl.nix
index 95c6eb03b048..b371af353cf9 100644
--- a/nixos/modules/hardware/opengl.nix
+++ b/nixos/modules/hardware/opengl.nix
@@ -14,7 +14,6 @@ let
     name = "mesa-drivers+txc-${p.mesa_drivers.version}";
     paths =
       [ p.mesa_drivers
-        p.mesa_drivers.out # mainly for libGL
         (if cfg.s3tcSupport then p.libtxc_dxtn else p.libtxc_dxtn_s2tc)
       ];
   };