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:
parent
49c1990eab
commit
206cafa0ad
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue