mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 09:29:41 +08:00
11 lines
217 B
Nix
11 lines
217 B
Nix
{
|
|
nix.gc = {
|
|
automatic = true;
|
|
dates = "00:02:03";
|
|
};
|
|
|
|
test.asserts.assertions.expected = [
|
|
"On Darwin, nix.gc.dates.* must be one of: hourly, daily, weekly, monthly, semiannually, annually."
|
|
];
|
|
}
|