From fa6db0ae3e654a2c09a8a2058f68d1b94f774059 Mon Sep 17 00:00:00 2001 From: Silvan Mosberger Date: Thu, 22 Feb 2024 17:06:47 +0100 Subject: [PATCH] Remove trace, include email and github --- flake.nix | 2 +- schema.nix | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index 9218b62..955e214 100644 --- a/flake.nix +++ b/flake.nix @@ -19,7 +19,7 @@ }; }); packages = eachSystem (pkgs: { - default = + updateReadme = let eval = nixpkgs.lib.evalModules { modules = [ diff --git a/schema.nix b/schema.nix index f20e34c..86bdefd 100644 --- a/schema.nix +++ b/schema.nix @@ -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 @@ -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) }