Fix Vim module

This commit is contained in:
Daniel Thwaites 2020-12-21 14:51:34 +00:00
parent 60f37c639c
commit 7cefd745bf
No known key found for this signature in database
GPG key ID: D8AFC4BF05670F9D

View file

@ -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
'';
};