2025-01-17 14:35:18 +08:00
|
|
|
{
|
|
|
|
|
outputs,
|
|
|
|
|
...
|
|
|
|
|
}:
|
2025-01-07 22:41:55 +08:00
|
|
|
final: prev:
|
|
|
|
|
let
|
|
|
|
|
inherit (final) stdenv;
|
|
|
|
|
inherit (stdenv.hostPlatform) system;
|
|
|
|
|
in
|
|
|
|
|
{
|
2025-01-17 14:35:18 +08:00
|
|
|
helix = outputs.packages."${system}".helix;
|
2025-01-07 22:41:55 +08:00
|
|
|
}
|