Skip to content

Commit 496e450

Browse files
authored
Merge pull request #228 from loicreynier/fix-flake8-defaulttext
Fix flake8 binary path option default text
2 parents f8992fb + 80a549b commit 496e450

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
@@ -294,7 +294,7 @@ in
294294
description = lib.mdDoc "flake8 binary path. Should be used to specify flake8 binary from your Nix-managed Python environment.";
295295
default = "${pkgs.python39Packages.flake8}/bin/flake8";
296296
defaultText = lib.literalExpression ''
297-
"''${pkgs.python39Packages.pylint}/bin/flake8"
297+
"''${pkgs.python39Packages.flake8}/bin/flake8"
298298
'';
299299
};
300300

0 commit comments

Comments
 (0)