From 1ba016c2b58a86e5285a73f3bda10e9abce9f033 Mon Sep 17 00:00:00 2001 From: chris Date: Mon, 22 Sep 2025 14:53:32 +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 6c57d9c..825115b 100755 --- a/nix/modules/customer-portal/default.nix +++ b/nix/modules/customer-portal/default.nix @@ -1,4 +1,4 @@ -{ lib, pkgs, config, utils, self, ... }: +{ lib, pkgs, config, utils, ... }: 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 self "amarth-customer-portal" {}; + package = mkPackageOption pkgs "amarth-customer-portal" {}; openFirewall = mkOption { type = types.bool;