5 lines
143 B
Plaintext
Raw Normal View History

2017-07-25 14:05:23 +01:00
buildPhase = ''
substituteInPlace ftplugin/python_yapf.vim \
2017-12-09 10:27:16 +00:00
--replace '"yapf"' '"${python3Packages.yapf}/bin/yapf"'
2017-07-25 14:05:23 +01:00
'';