chore(ops/nixos/nugget): Use upstream Chromium again

Ostensibly there is also a new way to enable VAAPI, need to look into that.
This commit is contained in:
Vincent Ambo 2020-05-22 17:44:16 +01:00
parent 618f9a6f07
commit f2b211131f
2 changed files with 1 additions and 7 deletions

View file

@ -94,7 +94,6 @@ in depot.lib.fix(self: {
lieer lieer
nuggetEmacs nuggetEmacs
ops.kontemplate ops.kontemplate
third_party.chromiumVaapi
third_party.ffmpeg third_party.ffmpeg
third_party.git third_party.git
]) ++ ]) ++
@ -104,6 +103,7 @@ in depot.lib.fix(self: {
age age
bat bat
cachix cachix
chromium
clang-manpages clang-manpages
clang-tools clang-tools
clang_9 clang_9

View file

@ -157,10 +157,4 @@ in exposed // {
# Make NixOS available # Make NixOS available
nixos = import "${nixpkgsSrc}/nixos"; 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;
};
} }