Skip to content

Commit

Permalink
docs: fix defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
sandydoo committed Oct 16, 2024
1 parent ff68f91 commit 92e4fb6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions modules/hooks.nix
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ in
type = types.nullOr types.path;
description = "`biome` binary path. E.g. if you want to use the `biome` in `node_modules`, use `./node_modules/.bin/biome`.";
default = null;
defaultText = "\${tools.biome}/bin/biome";
};

write =
Expand Down Expand Up @@ -506,7 +505,6 @@ in
type = types.nullOr types.str;
description = "flynt binary path. Can be used to specify the flynt binary from an existing Python environment.";
default = null;
defaultText = "\${hooks.flynt.package}/bin/flynt";
};
dry-run =
mkOption {
Expand Down
2 changes: 1 addition & 1 deletion modules/pre-commit.nix
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ in
'';
readOnly = true;
default = run;
defaultText = "<derivation>";
defaultText = lib.literalExpression "<derivation>";
};

installationScript =
Expand Down

0 comments on commit 92e4fb6

Please sign in to comment.