13 lines
148 B
Nix
13 lines
148 B
Nix
{ core, ... }:
|
|
let
|
|
rate
|
|
= full: half: empty:
|
|
"";
|
|
in
|
|
{
|
|
rateFullStars
|
|
= value:
|
|
maximum:
|
|
"";
|
|
}
|