feat: Use helix with steel script

This commit is contained in:
ulic-youthlic 2026-04-07 07:27:53 +08:00
parent 56bb0819b3
commit 8896c8d836
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
4 changed files with 35 additions and 118 deletions

View file

@ -19,6 +19,12 @@
};
in {
env.HELIX_DEFAULT_RUNTIME = toString helix-runtime;
cargoBuildFeatures =
(prev.cargoBuildFeatures or [])
++ [
"git"
"steel"
];
}
);
in