File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 167167 type = types . nullOr types . path ;
168168 description = "`biome` binary path. E.g. if you want to use the `biome` in `node_modules`, use `./node_modules/.bin/biome`." ;
169169 default = null ;
170- defaultText = "\ ${tools.biome}/bin/biome" ;
171170 } ;
172171
173172 write =
506505 type = types . nullOr types . str ;
507506 description = "flynt binary path. Can be used to specify the flynt binary from an existing Python environment." ;
508507 default = null ;
509- defaultText = "\ ${hooks.flynt.package}/bin/flynt" ;
510508 } ;
511509 dry-run =
512510 mkOption {
Original file line number Diff line number Diff line change 205205 '' ;
206206 readOnly = true ;
207207 default = run ;
208- defaultText = "<derivation>" ;
208+ defaultText = lib . literalExpression "<derivation>" ;
209209 } ;
210210
211211 installationScript =
You can’t perform that action at this time.
0 commit comments