Regenerated
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
||||
{ lib, flakeRoot,... }:
|
||||
|
||||
let
|
||||
aliasFile = "${flakeRoot}/generated/assets/aliases.conf";
|
||||
|
||||
@@ -13,7 +12,7 @@ let
|
||||
# Parse "alias name='value'"
|
||||
parseAlias = line:
|
||||
let
|
||||
match = builtins.match ''alias ([^=]+)='(.*)''' line;
|
||||
match = builtins.match "alias ([^=]+)='(.*)'" line;
|
||||
in
|
||||
if match == null then null else {
|
||||
name = builtins.elemAt match 0;
|
||||
|
||||
Reference in New Issue
Block a user