From 4638ca6e9a67dae359bedc3f60b6790893041d75 Mon Sep 17 00:00:00 2001 From: TakeV Date: Mon, 3 Jul 2023 00:02:09 -0700 Subject: [PATCH] Add guix manifest --- manifest.scm | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 manifest.scm diff --git a/manifest.scm b/manifest.scm new file mode 100644 index 0000000..ae5c7f1 --- /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-hall"))