aboutsummaryrefslogtreecommitdiff
path: root/consfigurator.asd
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-06-23 13:48:28 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-06-23 13:48:28 -0700
commitce9a0b1c26140c2581d6706c3434f1b70820aecd (patch)
tree867e866f8c9e020bcd4f2d4534441388c061f95c /consfigurator.asd
parent5e821a2c364e3496fbf74d211ceddc9676e326dd (diff)
downloadconsfigurator-ce9a0b1c26140c2581d6706c3434f1b70820aecd.tar.gz
add :LOCAL-FILE data source
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'consfigurator.asd')
-rw-r--r--consfigurator.asd3
1 files changed, 2 insertions, 1 deletions
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"