From ce9a0b1c26140c2581d6706c3434f1b70820aecd Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Wed, 23 Jun 2021 13:48:28 -0700 Subject: add :LOCAL-FILE data source Signed-off-by: Sean Whitton --- consfigurator.asd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'consfigurator.asd') diff --git a/consfigurator.asd b/consfigurator.asd index 32c55a3..736abcf 100644 --- a/consfigurator.asd +++ b/consfigurator.asd @@ -74,7 +74,8 @@ (:file "src/data/pgp") (:file "src/data/git-snapshot") (:file "src/data/gpgpubkeys") - (:file "src/data/ssh-askpass")) + (:file "src/data/ssh-askpass") + (:file "src/data/local-file")) :in-order-to ((test-op (test-op "consfigurator/tests")))) (defsystem "consfigurator/tests" -- cgit v1.2.3