Unverified Commit f871b436 authored by K900's avatar K900 Committed by GitHub
Browse files

Merge pull request #317968 from K900/opengl-oof

nixos/opengl: fix typo
parents fc7d01c6 902ca5b4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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