ccache
This commit is contained in:
parent
ee9eedbf70
commit
1399bd0592
6
hosts/architect/ccache.nix
Normal file
6
hosts/architect/ccache.nix
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
programs.ccache = true;
|
||||||
|
nix.extraConfig = ''
|
||||||
|
extra-sandbox-paths = /nix/var/cache/ccache
|
||||||
|
'';
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user