Gitiles
Code Review
Sign In
git.clicks.codes
/
Minion
/
NixFiles
/
49c030f2620590f46b0d9dc074014e8674e90eaf
/
.
/
src
/
overlays
/
ccache.nix
blob: c752df4224ec95c705f584d9cd8238d9e417d50b [
file
] [
log
] [
blame
]
final
:
prev
:
{
ccacheWrapper
=
prev
.
ccacheWrapper
.
override
{
extraConfig
=
''
export
CCACHE_COMPRESS
=
1
export
CCACHE_DIR
=
/var/
cache
/
ccache
export
CCACHE_UMASK
=
007
''
;
};
}