nix/modules/ccache.nix

5 lines
50 B
Nix

{
programs.ccache = {
enable = true;
};
}