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