build machines: disable ccache

This commit is contained in:
2023-07-09 18:55:37 +00:00
parent 445bc08a0c
commit 81f527070f

View File

@@ -17,7 +17,7 @@ in
}; };
ccache = mkOption { ccache = mkOption {
type = types.bool; type = types.bool;
default = true; default = false;
}; };
}; };