diff options
Diffstat (limited to 'publications/default.nix')
| -rw-r--r-- | publications/default.nix | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/publications/default.nix b/publications/default.nix deleted file mode 100644 index d41555c..0000000 --- a/publications/default.nix +++ /dev/null @@ -1,17 +0,0 @@ -{ - pkgs, - lib, - ... -}: let - importPublications = builtins.map (publication: - with publication; - publication - // { - year = with builtins; toString (head (head issued.date-parts)); - url = URL; - }); -in { - selected = importPublications (lib.importJSON ./publications_selected.json); - all = importPublications (lib.importJSON ./publications.json); - files = pkgs.callPackage ./export.nix {}; -} |
