diff options
author | Vincent Ambo <tazjin@google.com> | 2020-05-22T16·44+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-05-22T16·44+0100 |
commit | f2b211131f2347342dde63975b09cf603149f1a3 (patch) | |
tree | 631b60417f8c9febed4f76321859e42e7a20177a /third_party | |
parent | 618f9a6f07b32013c0ad23f83da01e8e6f981d33 (diff) |
chore(ops/nixos/nugget): Use upstream Chromium again r/807
Ostensibly there is also a new way to enable VAAPI, need to look into that.
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/default.nix | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/third_party/default.nix b/third_party/default.nix index 1d0647928da9..0ef3d15d0961 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; - }; } |