mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Packages] Update ccache conf to use new nix.settings
This commit is contained in:
parent
773c7844bc
commit
91b49073f2
1 changed files with 1 additions and 2 deletions
|
|
@ -89,9 +89,8 @@ in
|
|||
];
|
||||
|
||||
programs.ccache.enable = true;
|
||||
programs.ccache.packageNames = [ ];
|
||||
|
||||
nix.sandboxPaths = [
|
||||
nix.settings.extra-sandbox-paths = [
|
||||
(toString config.programs.ccache.cacheDir)
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue