small updates

This commit is contained in:
Vivian 2023-01-26 18:04:19 +01:00
parent 0fd880c88a
commit 0c9f0e3491
4 changed files with 16 additions and 17 deletions

View file

@ -114,9 +114,7 @@
# Enable ccache
programs.ccache.enable = true;
programs.ccache.packageNames = [
# "linux"
# "webkitgtk"
# "qtwebengine"
"evolution-data-server"
];
nix.settings.extra-sandbox-paths =
[ (toString config.programs.ccache.cacheDir) ];