Skip to content

Commit

Permalink
fix missing lib in mkOption
Browse files Browse the repository at this point in the history
  • Loading branch information
liyangau authored and Mic92 committed Nov 6, 2024
1 parent f21c31d commit c5ae1e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/home-manager/sops.nix
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ in {
'';
};

defaultSopsKey = mkOption {
defaultSopsKey = lib.mkOption {
type = lib.types.nullOr lib.types.str;
default = null;
description = ''
Expand Down

0 comments on commit c5ae1e2

Please sign in to comment.