Skip to content

Commit

Permalink
fix: nix flake build
Browse files Browse the repository at this point in the history
  • Loading branch information
archseer committed Feb 15, 2022
1 parent 225484c commit 8a7aec6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit 8a7aec6

Please sign in to comment.