Regenerated

This commit is contained in:
2026-04-14 14:11:54 +02:00
parent 4effd4c8f2
commit e830822297
3 changed files with 355 additions and 355 deletions
+353 -353
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'"
parseAlias = line:
let
match = builtins.match "alias ([^=]+)='(.*)'" line;
nxcmatch = builtins.match "alias ([^=]+)='(.*)'" line;
in
if match == null then null else {
name = builtins.elemAt match 0;
@@ -12,7 +12,7 @@ let
# Parse "alias name='value'"
parseAlias = line:
let
match = builtins.match "alias ([^=]+)='(.*)'" line;
nxcmatch = builtins.match "alias ([^=]+)='(.*)'" line;
in
if match == null then null else {
name = builtins.elemAt match 0;