update to channel 25.05

This commit is contained in:
2025-05-18 11:41:39 -06:00
parent fe2d3286b0
commit 25a7435724
5 changed files with 16 additions and 45 deletions

View File

@@ -5,7 +5,6 @@
}:
let
pkgs = mkpkgs inputs.nixpkgs;
pkgs11 = mkpkgs inputs.nixpkgs11;
in
_final: prev: {
nautilus = prev.nautilus.overrideAttrs (old: {
@@ -48,18 +47,8 @@ _final: prev: {
handbrake = prev.handbrake.override { useGtk = true; };
ripgrep = prev.ripgrep.override { withPCRE2 = true; };
papirus-icon-theme = prev.papirus-icon-theme.override { color = "orange"; };
blender = pkgs11.blender.override { cudaSupport = true; };
discord = prev.discord.override {
withVencord = true;
withOpenASAR = true;
};
inherit (pkgs11)
torrenttools
cemu
open-webui
lime3ds
shipwreck
rpcs3
resilio-sync
;
}