Files
home-manager/tests/modules/services/nix-gc/darwin/darwin-nix-gc-interval-assertion.nix
2026-01-08 14:29:57 +01:00

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."
];
}