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

View file

@ -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;
};
}