flakes/modules/system/ccache.nix

3 lines
54 B
Nix

{ config, ... }: {
programs.ccache.enable = true;
}