mirror of
https://github.com/realAscot/helix.git
synced 2025-09-13 19:53:03 +02:00
This commit is contained in:
parent
8d58f6ce8d
commit
12523cd126
@ -6,6 +6,8 @@
|
||||
installShellFiles,
|
||||
git,
|
||||
gitRev ? null,
|
||||
grammarOverlays ? [],
|
||||
includeGrammarIf ? _: true,
|
||||
}: let
|
||||
fs = lib.fileset;
|
||||
|
||||
@ -27,7 +29,7 @@
|
||||
# that they reside in. It is built by calling the derivation in the
|
||||
# grammars.nix file, then taking the runtime directory in the git repo
|
||||
# and hooking symlinks up to it.
|
||||
grammars = callPackage ./grammars.nix {};
|
||||
grammars = callPackage ./grammars.nix {inherit grammarOverlays includeGrammarIf;};
|
||||
runtimeDir = runCommand "helix-runtime" {} ''
|
||||
mkdir -p $out
|
||||
ln -s ${./runtime}/* $out
|
||||
|
Loading…
x
Reference in New Issue
Block a user