Regenerated

This commit is contained in:
2026-04-14 14:18:52 +02:00
parent 970296e443
commit 62026d6ca9
3 changed files with 353 additions and 353 deletions
+351 -351
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1368,7 +1368,7 @@ let
# Parse "alias name='value'" # Parse "alias name='value'"
parseAlias = line: parseAlias = line:
let let
nmatch = builtins.match "alias ([^=]+)='(.*)'" line; match = builtins.match "alias ([^=]+)='(.*)'" line;
in in
if match == null then null else { if match == null then null else {
name = builtins.elemAt match 0; name = builtins.elemAt match 0;
@@ -12,7 +12,7 @@ let
# Parse "alias name='value'" # Parse "alias name='value'"
parseAlias = line: parseAlias = line:
let let
nmatch = builtins.match "alias ([^=]+)='(.*)'" line; match = builtins.match "alias ([^=]+)='(.*)'" line;
in in
if match == null then null else { if match == null then null else {
name = builtins.elemAt match 0; name = builtins.elemAt match 0;