From 6ced20176f04a4a3869a9b7e1617582b78dc7758 Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Sun, 26 Feb 2023 13:59:33 +0900 Subject: manifest: Add manifest file. --- manifest.scm | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 manifest.scm (limited to 'manifest.scm') 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")) -- cgit v1.2.3