add manifest
authoralex <[email protected]>
Sat, 14 Dec 2024 16:38:23 +0000 (08:38 -0800)
committeralex <[email protected]>
Sat, 14 Dec 2024 17:29:25 +0000 (09:29 -0800)
manifest.scm [new file with mode: 0644]

diff --git a/manifest.scm b/manifest.scm
new file mode 100644 (file)
index 0000000..6859940
--- /dev/null
@@ -0,0 +1,7 @@
+(specifications->manifest
+  (list "bash"
+        "coreutils"
+        "git"
+        "make"
+        "openssh"
+        "shellcheck"))