2025-04-28 21:20:32 +08:00
|
|
|
{outputs, ...}: final: prev: let
|
2025-02-03 14:07:16 +08:00
|
|
|
inherit (final) stdenv;
|
|
|
|
|
inherit (stdenv.hostPlatform) system;
|
2025-04-28 21:20:32 +08:00
|
|
|
in {
|
2025-02-03 14:07:16 +08:00
|
|
|
juicity = outputs.packages."${system}".juicity;
|
|
|
|
|
}
|