diff options
author | Vincent Ambo <tazjin@google.com> | 2020-04-17T11·43+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-04-17T11·43+0100 |
commit | 066d34b50e1bc366b8883b2b72c95308e440460d (patch) | |
tree | 2911be8568a6126233acd7ed360bbbb27cf43485 /ops | |
parent | b4bf0b37b0910742b4d8aabdbd54f03a371ae242 (diff) |
feat(ops/nixos/nugget): Add chromium with VAAPI patches r/630
These patches enable hardware-accelerated video decoding, which is useful for Stadia. The main issue with this is that Hydra doesn't currently cache Chromium with these patches, which means that it is built from scratch which takes in the order of 5 hours on an otherwise unused nugget.
Diffstat (limited to 'ops')
-rw-r--r-- | ops/nixos/nugget/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ops/nixos/nugget/default.nix b/ops/nixos/nugget/default.nix index 4b9e87abc27d..8f694bc94f2b 100644 --- a/ops/nixos/nugget/default.nix +++ b/ops/nixos/nugget/default.nix @@ -96,8 +96,9 @@ in depot.lib.fix(self: { lieer nuggetEmacs ops.kontemplate - third_party.git + third_party.chromiumVaapi third_party.ffmpeg + third_party.git ]) ++ # programs from nixpkgs @@ -105,7 +106,6 @@ in depot.lib.fix(self: { age bat cachix - chromium clang-manpages clang-tools clang_9 |