too lazy to think of a message, so enjoy this pointless text. Good luck future me...
Some checks failed
Test action / Print hello world (push) Has been cancelled

This commit is contained in:
Chris Kruining 2025-09-23 11:38:52 +00:00
parent 7eb1d50c54
commit 9555430a3e

View file

@ -1,14 +1,14 @@
{ moduleWithSystem, ... }:
{
flake.nixosModules.default = moduleWithSystem (
perSystem@{ config, lib, pkgs, utils, ... }:
perSystem@{ lib, pkgs, utils, ... }:
nixos@{ self, ... }:
let
inherit (lib) mkEnableOption mkPackageOption mkOption mkIf types;
format = pkgs.formats.json {};
cfg = config.services.amarth-customer-portal;
cfg = self.services.amarth-customer-portal;
in
{
options.services.amarth-customer-portal = {