1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2024-12-14 11:57:34 +00:00

toml null field aerospace callback issue

This commit is contained in:
thuvasooriya 2024-12-06 08:50:15 +05:30
parent 49c1990eab
commit 206cafa0ad
No known key found for this signature in database

View file

@ -109,7 +109,7 @@ in
};
check-further-callbacks = lib.mkOption {
type = bool;
default = false;
default = true;
description = "Whether to check further callbacks after this rule (optional).";
};
run = lib.mkOption {