From 66a2862b68087c9bd100b903fe32066d790cbe2c Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Fri, 3 Feb 2023 19:02:43 +0100 Subject: Properly implement cached compression levels It was sort of implemented, but I'd missed some bits. --- scripts/nar-herder.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/nar-herder.in b/scripts/nar-herder.in index f278ac2..0b38995 100644 --- a/scripts/nar-herder.in +++ b/scripts/nar-herder.in @@ -148,7 +148,7 @@ `((type . ,(string->symbol type)))) ((type level) `((type . ,(string->symbol type)) - (level . ,level)))) + (level . ,(string->number level))))) result))) (option '("cached-compression-directory") #t #f -- cgit v1.2.3