summaryrefslogtreecommitdiff
path: root/manifest.scm
diff options
context:
space:
mode:
authorbdunahu <bdunahu@operationnull.com>2026-04-27 22:16:12 -0400
committerbdunahu <bdunahu@operationnull.com>2026-04-28 00:15:09 -0400
commit9e143d1d84817ec7e6d139d234f0fff07749621c (patch)
tree7565eac131cc3528d33d5ea3597cdd8006fdb968 /manifest.scm
initial commitHEADmaster
Diffstat (limited to 'manifest.scm')
-rw-r--r--manifest.scm5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifest.scm b/manifest.scm
new file mode 100644
index 0000000..92d3c5d
--- /dev/null
+++ b/manifest.scm
@@ -0,0 +1,5 @@
+;; What follows is a "manifest" equivalent to the command line you gave.
+;; You can store it in a file that you may then pass to any 'guix' command
+;; that accepts a '--manifest' (or '-m') option.
+
+(specifications->manifest (list "guile" "guile-json" "curl" "bash"))