From 06bd768945764dd9f24e2a1b3efbdd46c06bad77 Mon Sep 17 00:00:00 2001 From: mtgmonkey Date: Tue, 10 Jun 2025 09:59:46 -0400 Subject: [PATCH] hotfix --- module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module.nix b/module.nix index 7ea1271..1cc9061 100644 --- a/module.nix +++ b/module.nix @@ -9,7 +9,7 @@ enable = lib.mkEnableOption "jank client"; package = lib.mkOption { description = "jank client package"; - default = config.services.jank-client.package; + default = ./package.nix; type = lib.types.package; }; port = lib.mkOption {