mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 09:26:19 +04:00
fix: nix flake build
This commit is contained in:
parent
225484c26c
commit
8a7aec6414
@ -21,7 +21,8 @@
|
|||||||
defaultOutputs = { app = "hx"; package = "helix"; };
|
defaultOutputs = { app = "hx"; package = "helix"; };
|
||||||
overrides = {
|
overrides = {
|
||||||
crateOverrides = common: _: rec {
|
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-view = _: { preConfigure = "ln -s ${common.root}/{languages.toml,theme.toml,base16_theme.toml} .."; };
|
||||||
helix-syntax = prev: {
|
helix-syntax = prev: {
|
||||||
src =
|
src =
|
||||||
|
Loading…
Reference in New Issue
Block a user