flake.nix: make services.ji-chan.guildData of type package
This commit is contained in:
parent
b523fbb7ea
commit
772c75e56a
1 changed files with 2 additions and 2 deletions
|
@ -92,9 +92,9 @@ Some utility commands:
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
guildData = lib.mkOption {
|
guildData = lib.mkOption {
|
||||||
type = lib.types.str;
|
type = lib.types.package;
|
||||||
description = lib.mdDoc ''
|
description = lib.mdDoc ''
|
||||||
Path to guild data JSON file
|
Guild data JSON file
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue