l vim: use python3.5 flake8
This commit is contained in:
parent
ea21ba775c
commit
0971a0709b
|
@ -5,7 +5,7 @@ let
|
|||
out = {
|
||||
environment.systemPackages = [
|
||||
(hiPrio vim)
|
||||
pkgs.pythonPackages.flake8
|
||||
pkgs.python35Packages.flake8
|
||||
];
|
||||
|
||||
environment.etc.vimrc.source = vimrc;
|
||||
|
|
Loading…
Reference in a new issue