From 73c128dbcbcbc5e2d57c6033882b90c9113471b7 Mon Sep 17 00:00:00 2001 From: Werner Kroneman Date: Thu, 5 Dec 2024 15:33:01 +0200 Subject: [PATCH] Rewrote service to call the package from the file. --- sharkey-service.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sharkey-service.nix b/sharkey-service.nix index e6e004c8d1..4f5551086c 100644 --- a/sharkey-service.nix +++ b/sharkey-service.nix @@ -188,7 +188,7 @@ in options = { services.sharkey = { enable = lib.mkEnableOption "sharkey"; - package = lib.mkPackageOption pkgs "sharkey" { }; + package = (pkgs.callPackage ./sharkey.nix { }); inherit settings; database = { createLocally = lib.mkOption {