feat: Use helix with steel script
This commit is contained in:
parent
56bb0819b3
commit
8896c8d836
4 changed files with 35 additions and 118 deletions
|
|
@ -19,6 +19,12 @@
|
|||
};
|
||||
in {
|
||||
env.HELIX_DEFAULT_RUNTIME = toString helix-runtime;
|
||||
cargoBuildFeatures =
|
||||
(prev.cargoBuildFeatures or [])
|
||||
++ [
|
||||
"git"
|
||||
"steel"
|
||||
];
|
||||
}
|
||||
);
|
||||
in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue