build machines: disable ccache
This commit is contained in:
@@ -17,7 +17,7 @@ in
|
|||||||
};
|
};
|
||||||
ccache = mkOption {
|
ccache = mkOption {
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
default = true;
|
default = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user