[Packages] Update ccache conf to use new nix.settings

This commit is contained in:
Antoine Viallon 2022-11-09 17:29:26 +01:00
parent 773c7844bc
commit 91b49073f2
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -89,9 +89,8 @@ in
];
programs.ccache.enable = true;
programs.ccache.packageNames = [ ];
nix.sandboxPaths = [
nix.settings.extra-sandbox-paths = [
(toString config.programs.ccache.cacheDir)
];