1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-03 07:31:03 +01:00
home-manager/tests/modules/services/nix-gc/darwin/darwin-nix-gc-interval-assertion.nix
2025-08-21 16:03:33 -05:00

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