···152 serviceConfig = {
153 # The service's only task is to ensure that the specified path exists
154 Type = "oneshot";
155- WorkingDirectory = cfg.path;
156 };
157 wantedBy = [ "multi-user.target" ];
158 };
···152 serviceConfig = {
153 # The service's only task is to ensure that the specified path exists
154 Type = "oneshot";
0155 };
156 wantedBy = [ "multi-user.target" ];
157 };
···51 pytestCheckHook
52 ];
530054 meta = with lib; {
55 description = "Flake8 is a wrapper around pyflakes, pycodestyle and mccabe.";
56 homepage = "https://github.com/pycqa/flake8";
···51 pytestCheckHook
52 ];
5354+ disabled = pythonOlder "3.6";
55+56 meta = with lib; {
57 description = "Flake8 is a wrapper around pyflakes, pycodestyle and mccabe.";
58 homepage = "https://github.com/pycqa/flake8";