From cdf107966539e90fc1ebf672e2ff325ec65ec32b Mon Sep 17 00:00:00 2001 From: Nikolay Amiantov Date: Mon, 19 Mar 2018 03:06:07 +0300 Subject: [PATCH] opengl service: don't override mesa non-drivers in runtime --- nixos/modules/hardware/opengl.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/modules/hardware/opengl.nix b/nixos/modules/hardware/opengl.nix index 95c6eb03b04..b371af353cf 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) ]; };