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: