From c5ae1e214ff935f2d3593187a131becb289ea639 Mon Sep 17 00:00:00 2001
From: liyangau
Date: Wed, 6 Nov 2024 19:31:35 +1100
Subject: [PATCH] fix missing lib in mkOption
---
modules/home-manager/sops.nix | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/home-manager/sops.nix b/modules/home-manager/sops.nix
index 51d4738..7a91abc 100644
--- a/modules/home-manager/sops.nix
+++ b/modules/home-manager/sops.nix
@@ -132,7 +132,7 @@ in {
'';
};
- defaultSopsKey = mkOption {
+ defaultSopsKey = lib.mkOption {
type = lib.types.nullOr lib.types.str;
default = null;
description = ''