chromium 126 lock

This commit is contained in:
2024-11-06 23:30:14 -06:00
parent a5d31d2ee0
commit b60f61cc2c
4 changed files with 27 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
{ pkgs }:
{ pkgs, pkgsC }:
_self: super: {
gnome = super.gnome.overrideScope (
_gFinal: gPrev: {
@@ -37,4 +37,5 @@ _self: super: {
ripgrep = super.ripgrep.override { withPCRE2 = true; };
papirus-icon-theme = super.papirus-icon-theme.override { color = "adwaita"; };
# blender = super.blender.override { cudaSupport = true; };
inherit (pkgsC) chromium;
}