add guix manifest
Some checks failed
/ build (push) Has been cancelled

This commit is contained in:
Peter Tillemans 2025-07-08 23:40:24 +02:00
parent 016baca238
commit 2840940ab9

5
manifest.scm Normal file
View file

@ -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"))