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