updates
This commit is contained in:
parent
86205ebf6d
commit
18915c0bec
2 changed files with 4 additions and 2 deletions
|
@ -112,9 +112,10 @@
|
|||
system.stateVersion = "23.05"; # Did you read the comment?
|
||||
|
||||
# Enable ccache
|
||||
# WARNING: Adding packages here makes them always be built from source, so only do so for once that are usually build like that
|
||||
# This should be fixed when nix switches to content-addresabble paths
|
||||
programs.ccache.enable = true;
|
||||
programs.ccache.packageNames = [
|
||||
"evolution-data-server"
|
||||
"mongodb"
|
||||
];
|
||||
nix.settings.extra-sandbox-paths =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue