7 lines
107 B
Nix
7 lines
107 B
Nix
|
{
|
||
|
programs.ccache = true;
|
||
|
nix.extraConfig = ''
|
||
|
extra-sandbox-paths = /nix/var/cache/ccache
|
||
|
'';
|
||
|
}
|