helix: switch to finalAttrs for helix build
This commit is contained in:
parent
213d31230b
commit
e1df5fa28e
1 changed files with 2 additions and 4 deletions
|
@ -43,12 +43,10 @@
|
||||||
|
|
||||||
custom-helix =
|
custom-helix =
|
||||||
(helix.override {inherit rustPlatform;}).overrideAttrs
|
(helix.override {inherit rustPlatform;}).overrideAttrs
|
||||||
(_: let
|
(finalAttrs: previousAttrs: {
|
||||||
inherit (custom-helix) version;
|
|
||||||
in {
|
|
||||||
version = "25.06.1";
|
version = "25.06.1";
|
||||||
src = fetchzip {
|
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=";
|
hash = "sha256-941moaBUF+aGsbFapK1cp5+NFdecSfRCTdnVUtkDQps=";
|
||||||
stripRoot = false;
|
stripRoot = false;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue