programs.ccache.packageNames

NixOS option

Nix top-level packages to be compiled using CCache

type: list of string
Default
[ ]
Example
[
  "wxwidgets_3_2"
  "ffmpeg"
  "libav_all"
]
declared in: nixos/modules/programs/ccache.nixView source on NixOS/nixpkgs →