From f2b211131f2347342dde63975b09cf603149f1a3 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 22 May 2020 17:44:16 +0100 Subject: chore(ops/nixos/nugget): Use upstream Chromium again Ostensibly there is also a new way to enable VAAPI, need to look into that. --- third_party/default.nix | 6 ------ 1 file changed, 6 deletions(-) (limited to 'third_party') diff --git a/third_party/default.nix b/third_party/default.nix index 1d0647928d..0ef3d15d09 100644 --- a/third_party/default.nix +++ b/third_party/default.nix @@ -157,10 +157,4 @@ in exposed // { # Make NixOS available nixos = import "${nixpkgsSrc}/nixos"; - - # Build a Chromium with VAAPI (hardware-accelerated video decoding) - # enabled. This is useful for Stadia on desktop. - chromiumVaapi = nixpkgs.chromium.override { - useVaapi = true; - }; } -- cgit 1.4.1