Skip to content

Commit

Permalink
Remove trace, include email and github
Browse files Browse the repository at this point in the history
  • Loading branch information
infinisil committed Feb 22, 2024
1 parent 70b1cf2 commit fa6db0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
};
});
packages = eachSystem (pkgs: {
default =
updateReadme =
let
eval = nixpkgs.lib.evalModules {
modules = [
Expand Down
5 changes: 2 additions & 3 deletions schema.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ let
let
matched = builtins.split "[^0-9a-z]" (lib.toLower str);
in
builtins.trace matched

lib.concatMapStrings (x: if lib.isList x then "-" else x) matched;

in
Expand Down Expand Up @@ -101,7 +99,8 @@ in
### ${person.name}
Email: ${person.email}
Email: [${person.email}](mailto:${person.email})
GitHub: [@${person.github}](https://github.com/${person.github})
'') config.people)
}
Expand Down

0 comments on commit fa6db0a

Please sign in to comment.