File tree 2 files changed +1
-3
lines changed
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 167
167
type = types . nullOr types . path ;
168
168
description = "`biome` binary path. E.g. if you want to use the `biome` in `node_modules`, use `./node_modules/.bin/biome`." ;
169
169
default = null ;
170
- defaultText = "\ ${tools.biome}/bin/biome" ;
171
170
} ;
172
171
173
172
write =
506
505
type = types . nullOr types . str ;
507
506
description = "flynt binary path. Can be used to specify the flynt binary from an existing Python environment." ;
508
507
default = null ;
509
- defaultText = "\ ${hooks.flynt.package}/bin/flynt" ;
510
508
} ;
511
509
dry-run =
512
510
mkOption {
Original file line number Diff line number Diff line change 205
205
'' ;
206
206
readOnly = true ;
207
207
default = run ;
208
- defaultText = "<derivation>" ;
208
+ defaultText = lib . literalExpression "<derivation>" ;
209
209
} ;
210
210
211
211
installationScript =
You can’t perform that action at this time.
0 commit comments