mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-03 07:31:03 +01:00
10 lines
216 B
Nix
10 lines
216 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."
|
|
];
|
|
}
|