build/update-nix-channel #75

Merged
servostar merged 7 commits from build/update-nix-channel into main 2024-11-20 09:15:48 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit d9e7d875d6 - Show all commits

View File

@ -49,7 +49,7 @@ SOFTWARE.*/
// Reference a term
#let gls(key, suffix: none, long: none, display: none) = {
context {
let __glossary_entries = __glossary_entries.final(here())
let __glossary_entries = __glossary_entries.final()
if key in __glossary_entries {
let entry = __glossary_entries.at(key)