1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 19:17:45 +00:00

Automatically optimize nix store

This commit is contained in:
RGBCube 2023-11-20 14:17:21 +03:00
parent 55c667fa61
commit dfd70a416b
No known key found for this signature in database

View file

@ -114,6 +114,8 @@
persistent = true;
};
nix.optimise.automatic = true;
nix.settings.experimental-features = [
"nix-command"
"flakes"