small updates
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Vivian 2023-01-26 18:04:19 +01:00
parent 58a4362d1e
commit e4afa9014b
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) ];