From bec9374c340de3fb7d2ef389320d6ebbb799a381 Mon Sep 17 00:00:00 2001 From: Sense T Date: Fri, 28 Feb 2025 20:33:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=8D=E6=AC=A1=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- h3c-inode-client/module.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/h3c-inode-client/module.nix b/h3c-inode-client/module.nix index fdd9fc6..4e6d35f 100644 --- a/h3c-inode-client/module.nix +++ b/h3c-inode-client/module.nix @@ -1,6 +1,5 @@ { lib, - pkgs, config, ... }: @@ -10,9 +9,7 @@ in { options.services.h3c-inode-client = { enable = lib.mkEnableOption "H3C iNodeClient - ssl vpn client."; - package = lib.mkPackageOption pkgs "h3c-inode-client" { - default = pkgs.callPackage ./package.nix { }; - }; + package = lib.mkPackageOption ./package.nix "h3c-inode-client" { }; }; config = lib.mkIf cfg.enable {