sherlock: format using nixfmt-rfc-style
This commit is contained in:
parent
8caad59a02
commit
f9b9b31c97
@ -1,9 +1,10 @@
|
|||||||
{ lib
|
{
|
||||||
, fetchFromGitHub
|
lib,
|
||||||
, makeWrapper
|
fetchFromGitHub,
|
||||||
, python3
|
makeWrapper,
|
||||||
, unstableGitUpdater
|
python3,
|
||||||
, poetry
|
unstableGitUpdater,
|
||||||
|
poetry,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
@ -67,9 +68,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
pythonRelaxDepsHook
|
pythonRelaxDepsHook
|
||||||
];
|
];
|
||||||
|
|
||||||
pythonRelaxDeps = [
|
pythonRelaxDeps = [ "stem" ];
|
||||||
"stem"
|
|
||||||
];
|
|
||||||
|
|
||||||
pytestFlagsArray = [
|
pytestFlagsArray = [
|
||||||
"-m"
|
"-m"
|
||||||
|
Loading…
Reference in New Issue
Block a user