Skip to content

Commit 80a549b

Browse files
committed
Fix flake8 binary path option default text
1 parent 1303a1a commit 80a549b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/hooks.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ in
240240
description = lib.mdDoc "flake8 binary path. Should be used to specify flake8 binary from your Nix-managed Python environment.";
241241
default = "${pkgs.python39Packages.flake8}/bin/flake8";
242242
defaultText = lib.literalExpression ''
243-
"''${pkgs.python39Packages.pylint}/bin/flake8"
243+
"''${pkgs.python39Packages.flake8}/bin/flake8"
244244
'';
245245
};
246246

0 commit comments

Comments
 (0)