diff options
| author | aristote <quentin.aristote@irif.fr> | 2026-01-10 12:50:12 +0100 |
|---|---|---|
| committer | aristote <quentin.aristote@irif.fr> | 2026-01-10 12:50:12 +0100 |
| commit | 997f53fc18783bf67bffcb7521a195c0c5dd1431 (patch) | |
| tree | 96b63239b258adfb2d3edb2094822dfc81fc9a5a /research/default.nix | |
| parent | 70cfe992f5db4ca00c201d2bcc58911374a8d2b3 (diff) | |
don't import missing url
Diffstat (limited to 'research/default.nix')
| -rw-r--r-- | research/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/research/default.nix b/research/default.nix index 90f0471..5b72c88 100644 --- a/research/default.nix +++ b/research/default.nix @@ -10,7 +10,7 @@ let researchItem // { year = with builtins; toString (head (head issued.date-parts)); - url = URL; + url = researchItem.URL or null; } ); in |
