flake.nix: make services.ji-chan.guildData of type package

This commit is contained in:
Elnu 2025-03-26 12:14:33 -07:00
parent b523fbb7ea
commit 772c75e56a

View file

@ -92,9 +92,9 @@ Some utility commands:
'';
};
guildData = lib.mkOption {
type = lib.types.str;
type = lib.types.package;
description = lib.mdDoc ''
Path to guild data JSON file
Guild data JSON file
'';
};
};