File tree 5 files changed +5
-72
lines changed
5 files changed +5
-72
lines changed Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ fn format(
188
188
rnix:: SyntaxKind :: NODE_STRING => crate :: rules:: string:: rule,
189
189
// ${a}
190
190
rnix:: SyntaxKind :: NODE_STRING_INTERPOL => {
191
- crate :: rules:: string_interpol :: rule
191
+ crate :: rules:: paren :: rule
192
192
}
193
193
// !a
194
194
rnix:: SyntaxKind :: NODE_UNARY_OP => crate :: rules:: default,
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ pub(crate) mod root;
16
16
pub ( crate ) mod scoped;
17
17
pub ( crate ) mod select;
18
18
pub ( crate ) mod string;
19
- pub ( crate ) mod string_interpol;
20
19
21
20
pub ( crate ) fn default (
22
21
_: & crate :: builder:: BuildCtx ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22
22
*/
23
23
))
24
24
''
25
- otherModules=${
26
- pkgs.writeText "other-modules.json"
25
+ otherModules=${pkgs.writeText "other-modules.json"
27
26
(l.toJSON
28
27
(l.mapAttrs
29
28
(pname: subOutputs: let
32
31
installMethod = "copy";
33
32
});
34
33
in "${pkg}/lib/node_modules/${pname}/node_modules")
35
- outputs.subPackages))
36
- }
34
+ outputs.subPackages))}
37
35
''
38
36
{
39
37
name1 =
Original file line number Diff line number Diff line change 84
84
</plist>''
85
85
86
86
''
87
- --${
88
- "test"
89
- }
87
+ --${"test"}
90
88
''
91
89
92
- "--${
93
- "test"
94
- }"
90
+ "--${"test"}"
95
91
]
You can’t perform that action at this time.
0 commit comments