mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +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.enable = true;
|
||||||
programs.ccache.packageNames = [
|
programs.ccache.packageNames = [ ];
|
||||||
# config.boot.kernelPackages.kernel
|
|
||||||
# "opensshOptimized"
|
|
||||||
# "rsyncOptimized"
|
|
||||||
];
|
|
||||||
|
|
||||||
nix.sandboxPaths = [
|
nix.sandboxPaths = [
|
||||||
(toString config.programs.ccache.cacheDir)
|
(toString config.programs.ccache.cacheDir)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue