···5555 # automatically optimise symlinks
5656 # Disable auto-optimise-store because of this issue:
5757 # https://github.com/NixOS/nix/issues/7273
5858- auto-optimise-store = pkgs.stdenv.hostPlatform.isLinux;
5858+ # but we use lix which has a fix for this issue:
5959+ # https://gerrit.lix.systems/c/lix/+/2100
6060+ auto-optimise-store = true;
59616062 # users or groups which are allowed to do anything with the Nix daemon
6163 allowed-users = [ sudoers ];
-9
modules/darwin/nix.nix
···77 Minute = 15;
88 };
991010- # we cannot use auto-optimise-store so we do this instead
1111- # https://github.com/NixOS/nix/issues/7273
1212- optimise.interval = [
1313- {
1414- Hour = 3;
1515- Minute = 45;
1616- }
1717- ];
1818-1910 # we add more platforms here because of the limited number of darwin
2011 # maintainers that exist, thus meaning less working packages for darwin.
2112 settings.extra-platforms = [