From e62b0b817fa1caf530148ba4bda787acb3839e2a Mon Sep 17 00:00:00 2001 From: chris Date: Mon, 22 Sep 2025 14:51:28 +0000 Subject: [PATCH] too lazy to think of a message, so enjoy this pointless text. Good luck future me... --- nix/modules/customer-portal/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix/modules/customer-portal/default.nix b/nix/modules/customer-portal/default.nix index 1d2c325..6c57d9c 100755 --- a/nix/modules/customer-portal/default.nix +++ b/nix/modules/customer-portal/default.nix @@ -1,4 +1,4 @@ -{ lib, pkgs, config, utils, ... }: +{ lib, pkgs, config, utils, self, ... }: let inherit (lib) mkEnableOption mkPackageOption mkOption mkIf types; @@ -12,7 +12,7 @@ in options.services.amarth-customer-portal = { enable = mkEnableOption "Enable Amarth cloud's customer portal."; - package = mkPackageOption pkgs "amarth-customer-portal." {}; + package = mkPackageOption self "amarth-customer-portal" {}; openFirewall = mkOption { type = types.bool;