pinning some packages to nix 24.11
This commit is contained in:
parent
b6eeb2d9fb
commit
b196d31242
@ -37,9 +37,11 @@ _final: prev: {
|
|||||||
discord-ptb = prev.discord.override { withVencord = true; };
|
discord-ptb = prev.discord.override { withVencord = true; };
|
||||||
ripgrep = prev.ripgrep.override { withPCRE2 = true; };
|
ripgrep = prev.ripgrep.override { withPCRE2 = true; };
|
||||||
papirus-icon-theme = prev.papirus-icon-theme.override { color = "orange"; };
|
papirus-icon-theme = prev.papirus-icon-theme.override { color = "orange"; };
|
||||||
blender = prev.blender.override { cudaSupport = true; };
|
blender = pkgs11.blender.override { cudaSupport = true; };
|
||||||
inherit (pkgs11)
|
inherit (pkgs11)
|
||||||
torrenttools
|
torrenttools
|
||||||
cemu
|
cemu
|
||||||
|
open-webui
|
||||||
|
lime3ds
|
||||||
;
|
;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user