mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Packages] Cleanup old comments
Signed-off-by: Antoine Viallon <antoine@lesviallon.fr>
This commit is contained in:
parent
d28aef4d8c
commit
5b5bb79228
1 changed files with 1 additions and 5 deletions
|
|
@ -95,11 +95,7 @@ in
|
|||
];
|
||||
|
||||
programs.ccache.enable = true;
|
||||
programs.ccache.packageNames = [
|
||||
# config.boot.kernelPackages.kernel
|
||||
# "opensshOptimized"
|
||||
# "rsyncOptimized"
|
||||
];
|
||||
programs.ccache.packageNames = [ ];
|
||||
|
||||
nix.sandboxPaths = [
|
||||
(toString config.programs.ccache.cacheDir)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue