1
0
Fork 0
mirror of https://github.com/helix-editor/helix synced 2024-05-10 12:36:05 +02:00

embed runtime

This commit is contained in:
Timothy DeHerrera 2021-06-09 19:17:14 -06:00 committed by Blaž Hrastnik
parent 8590f6a912
commit 01760c3845

View File

@ -34,6 +34,7 @@
naerskLib.buildPackage {
pname = "helix";
root = inputs.helix;
cargoBuildOptions = self: self ++ [ ''--features "embed_runtime"'' ];
};
in flake-utils.lib.eachDefaultSystem (system: