add os ccache module
This commit is contained in:
parent
b3a3e27569
commit
87b3f3e5bd
2 changed files with 6 additions and 0 deletions
5
os/ccache.nix
Normal file
5
os/ccache.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
programs.ccache.enable = true;
|
||||
nix.settings.extra-sandbox-paths = [ config.programs.ccache.cacheDir ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue