Freecad & Blender ccache

This commit is contained in:
2023-09-20 16:52:15 -04:00
parent 5397a43d05
commit 59a1e1d90e
2 changed files with 2 additions and 0 deletions

View File

@@ -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;
};
})];