Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at release-18.03 4 lines 143 B view raw
1 buildPhase = '' 2 substituteInPlace ftplugin/python_yapf.vim \ 3 --replace '"yapf"' '"${python3Packages.yapf}/bin/yapf"' 4 '';