mirror of
https://github.com/danth/stylix
synced 2025-02-16 21:38:40 +00:00
Fix Vim module
This commit is contained in:
parent
60f37c639c
commit
7cefd745bf
1 changed files with 4 additions and 2 deletions
|
@ -16,9 +16,11 @@ let
|
|||
passAsFile = [ "data" ];
|
||||
|
||||
buildPhase = ''
|
||||
mkdir -p $out/colors
|
||||
# Remove pre-built color schemes
|
||||
rm colors/*
|
||||
|
||||
${pkgs.mustache-go}/bin/mustache $dataPath \
|
||||
$src/templates/default.mustache > $out/colors/base16-stylix.vim
|
||||
templates/default.mustache > colors/base16-stylix.vim
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue