Freecad & Blender ccache
This commit is contained in:
@@ -79,6 +79,7 @@ in {
|
|||||||
nixpkgs.overlays = [(self: super: rec {
|
nixpkgs.overlays = [(self: super: rec {
|
||||||
# Add CUDA Support to Blender
|
# Add CUDA Support to Blender
|
||||||
blender_cuda = super.blender.override {
|
blender_cuda = super.blender.override {
|
||||||
|
stdenv = super.ccacheStdenv;
|
||||||
cudaSupport = true;
|
cudaSupport = true;
|
||||||
};
|
};
|
||||||
# Add Opencamlib for BlenderCAM Support
|
# Add Opencamlib for BlenderCAM Support
|
||||||
|
|||||||
@@ -51,6 +51,7 @@ in {
|
|||||||
# if you also want support for flakes
|
# if you also want support for flakes
|
||||||
nixpkgs.overlays = [(self: super: rec {
|
nixpkgs.overlays = [(self: super: rec {
|
||||||
freecad = super.freecad.override {
|
freecad = super.freecad.override {
|
||||||
|
stdenv = super.ccacheStdenv;
|
||||||
python = py3Cad;
|
python = py3Cad;
|
||||||
};
|
};
|
||||||
})];
|
})];
|
||||||
|
|||||||
Reference in New Issue
Block a user