aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2023-02-26 13:59:33 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2023-03-01 02:28:54 +0900
commit6ced20176f04a4a3869a9b7e1617582b78dc7758 (patch)
treea765bc2923f6b172bd93605ccbc30a7a4b0d9347
parente825cceb41bde5af0ce2db2816acc44d0167fde5 (diff)
manifest: Add manifest file.
-rw-r--r--manifest.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/manifest.scm b/manifest.scm
new file mode 100644
index 0000000..04e0743
--- /dev/null
+++ b/manifest.scm
@@ -0,0 +1,3 @@
+(specifications->manifest
+ (list "postgresql@15"
+ "sqitch"))