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

fix: nix flake build

This commit is contained in:
Blaž Hrastnik 2022-02-15 10:11:59 +09:00
parent 225484c26c
commit 8a7aec6414

View File

@ -21,7 +21,8 @@
defaultOutputs = { app = "hx"; package = "helix"; };
overrides = {
crateOverrides = common: _: rec {
# link languages and theme toml files since helix-view expects them
# link languages and theme toml files since helix-core/helix-view expects them
helix-core = _: { preConfigure = "ln -s ${common.root}/{languages.toml,theme.toml,base16_theme.toml} .."; };
helix-view = _: { preConfigure = "ln -s ${common.root}/{languages.toml,theme.toml,base16_theme.toml} .."; };
helix-syntax = prev: {
src =