replaced flaresolverr chromium pin with nur pkgs

This commit is contained in:
2024-12-04 14:35:12 -06:00
parent 6965e935b6
commit 9edb91fdde
5 changed files with 29 additions and 29 deletions

View File

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