flakes/modules/system/ccache.nix

4 lines
54 B
Nix
Raw Normal View History

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