mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 22:20:30 +03:00
nixos/opengl: fix typo
This commit is contained in:
parent
fc7d01c6b2
commit
902ca5b470
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ in
|
|||
|
||||
systemd.tmpfiles.settings.opengl = {
|
||||
"/run/opengl-driver"."L+".argument = toString package;
|
||||
"/run/opengl-drive-32" =
|
||||
"/run/opengl-driver-32" =
|
||||
if pkgs.stdenv.isi686 then
|
||||
{ "L+".argument = "opengl-driver"; }
|
||||
else if cfg.driSupport32Bit then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue