From 2840940ab9913c5737fefc50615d6349ea42811c Mon Sep 17 00:00:00 2001 From: Peter Tillemans Date: Tue, 8 Jul 2025 23:40:24 +0200 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..bed4424 --- /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 "zola"))