From 2c5149d5ca84b28d371dffa2c5ea3cae53c93a8e Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Sat, 3 Aug 2024 13:45:22 +0200 Subject: guix: add channels and manifest --- manifest.scm | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 manifest.scm (limited to 'manifest.scm') diff --git a/manifest.scm b/manifest.scm new file mode 100644 index 0000000..5bfae7a --- /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 "zig" "duckdb")) -- cgit v1.2.3