aboutsummaryrefslogtreecommitdiff
path: root/nar-herder
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2022-05-06 14:30:47 +0100
committerChristopher Baines <mail@cbaines.net>2022-05-06 14:30:47 +0100
commitea997c68515540e34bda267730b9c7c6f21ff6b4 (patch)
tree20b453e047590abc75b0318acf52ce878019fcb2 /nar-herder
parentad9452e63a0a60f79146efd714f081b6c898449e (diff)
downloadnar-herder-ea997c68515540e34bda267730b9c7c6f21ff6b4.tar
nar-herder-ea997c68515540e34bda267730b9c7c6f21ff6b4.tar.gz
Fix the 'and removal criteria
Diffstat (limited to 'nar-herder')
-rw-r--r--nar-herder/storage.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/nar-herder/storage.scm b/nar-herder/storage.scm
index 386bacf..806a892 100644
--- a/nar-herder/storage.scm
+++ b/nar-herder/storage.scm
@@ -207,7 +207,8 @@
(match criteria
(('and and-criteria ...)
- (every check-removal-criteria criteria))
+ (every check-removal-criteria
+ and-criteria))
(('stored-on url)
(let ((uri (string->uri
(string-append url