using 24.05 to download mypaint from cache

This commit is contained in:
2024-12-22 20:12:45 -06:00
parent d032e426ce
commit 741de2c73e
4 changed files with 91 additions and 64 deletions

View File

@@ -1,4 +1,4 @@
{ pkgs }:
{ pkgs, pkgsP }:
_final: prev: {
gnome = prev.gnome.overrideScope (
_final: prev: {
@@ -39,4 +39,9 @@ _final: prev: {
ripgrep = prev.ripgrep.override { withPCRE2 = true; };
papirus-icon-theme = prev.papirus-icon-theme.override { color = "green"; };
blender = prev.blender.override { cudaSupport = true; };
inherit (pkgsP)
mypaint
mypaint-brushes
mypaint-brushes1
;
}