aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2023-01-16 18:04:03 +0000
committerChristopher Baines <mail@cbaines.net>2023-01-16 18:04:03 +0000
commit337b74cdc3ca89430225e1758156a4ca62e0fdc2 (patch)
tree78fab2e30cfc8871fb7c1c338dcea6c5d773fd7e /Makefile.am
parent248aa5b390c9821cd18c046d9342772750f9a440 (diff)
downloadnar-herder-337b74cdc3ca89430225e1758156a4ca62e0fdc2.tar
nar-herder-337b74cdc3ca89430225e1758156a4ca62e0fdc2.tar.gz
Add experimental support for cached compressions
This adds optional caching for alternative compressions of stored nars. You could store lzip nars for example, but then compute, cache and provide zstd nars for some stored nars.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 7ac77d7..d2617ab 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,6 +7,7 @@ SOURCES = \
nar-herder/database.scm \
nar-herder/server.scm \
nar-herder/recent-changes.scm \
+ nar-herder/cached-compression.scm \
nar-herder/storage.scm \
nar-herder/mirror.scm \
nar-herder/utils.scm