helix: switch to finalAttrs for helix build

This commit is contained in:
Bloxx12 2025-07-03 23:33:30 +02:00
commit e1df5fa28e
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E

View file

@ -43,12 +43,10 @@
custom-helix =
(helix.override {inherit rustPlatform;}).overrideAttrs
(_: let
inherit (custom-helix) version;
in {
(finalAttrs: previousAttrs: {
version = "25.06.1";
src = fetchzip {
url = "https://github.com/bloxx12/helix/releases/download/${version}/helix-${version}-source.tar.xz";
url = "https://github.com/bloxx12/helix/releases/download/${finalAttrs.version}/helix-${finalAttrs.version}-source.tar.xz";
hash = "sha256-941moaBUF+aGsbFapK1cp5+NFdecSfRCTdnVUtkDQps=";
stripRoot = false;
};