nix: add default empty list for listeners option

This commit is contained in:
Mathis H 2024-02-21 17:54:12 -05:00 committed by Mihai Fufezan
parent 158c52c4a7
commit a180de7bc7
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ in {
};
};
});
default = [];
};
lockCmd = mkOption {