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 /ops/nixos/nugget/default.nix | |
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 'ops/nixos/nugget/default.nix')
-rw-r--r-- | ops/nixos/nugget/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/nixos/nugget/default.nix b/ops/nixos/nugget/default.nix index 86f31a2fb637..185123e77cc6 100644 --- a/ops/nixos/nugget/default.nix +++ b/ops/nixos/nugget/default.nix @@ -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 |