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:
parent
f21c31dadf
commit
c5ae1e214f
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ in {
|
|||
'';
|
||||
};
|
||||
|
||||
defaultSopsKey = mkOption {
|
||||
defaultSopsKey = lib.mkOption {
|
||||
type = lib.types.nullOr lib.types.str;
|
||||
default = null;
|
||||
description = ''
|
||||
|
|
Loading…
Reference in a new issue