nixos/hosts/architect/ccache.nix

7 lines
115 B
Nix
Raw Permalink Normal View History

2021-12-18 21:00:07 +00:00
{
programs.ccache.enable = true;
nix.extraOptions = ''
2021-12-18 21:00:07 +00:00
extra-sandbox-paths = /nix/var/cache/ccache
'';
}