From be0c8d122e649f4e2bb7b28f2068803bcd594967 Mon Sep 17 00:00:00 2001 From: Peter Tillemans Date: Fri, 17 May 2024 15:07:11 +0200 Subject: [PATCH] add assets and initial support --- .envrc | 2 ++ manifest.scm | 6 ++++++ 2 files changed, 8 insertions(+) create mode 100644 .envrc create mode 100644 manifest.scm diff --git a/.envrc b/.envrc new file mode 100644 index 0000000..379209c --- /dev/null +++ b/.envrc @@ -0,0 +1,2 @@ +use guix + diff --git a/manifest.scm b/manifest.scm new file mode 100644 index 0000000..3e97a0f --- /dev/null +++ b/manifest.scm @@ -0,0 +1,6 @@ +;; 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-chickadee"))