1
0
Fork 0
mirror of https://github.com/Mic92/sops-nix.git synced 2024-12-14 11:57:52 +00:00

fix missing lib in mkOption

This commit is contained in:
liyangau 2024-11-06 19:31:35 +11:00 committed by Jörg Thalheim
parent f21c31dadf
commit c5ae1e214f

View file

@ -132,7 +132,7 @@ in {
'';
};
defaultSopsKey = mkOption {
defaultSopsKey = lib.mkOption {
type = lib.types.nullOr lib.types.str;
default = null;
description = ''