about summary refs log tree commit diff
path: root/third_party/default.nix
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-05-22T16·44+0100
committerVincent Ambo <tazjin@google.com>2020-05-22T16·44+0100
commitf2b211131f2347342dde63975b09cf603149f1a3 (patch)
tree631b60417f8c9febed4f76321859e42e7a20177a /third_party/default.nix
parent618f9a6f07b32013c0ad23f83da01e8e6f981d33 (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/default.nix')
-rw-r--r--third_party/default.nix6
1 files changed, 0 insertions, 6 deletions
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;
-  };
 }