learning-sicp

My embarrassing half assed SICP run.
Log | Files | Refs

commit bb021278e94127a230d01ef47cb4236d770b7477
parent d6ae70873d7d44d0ed41ddf28a1c6b8b8a4548b7
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Mon, 27 Nov 2023 23:40:32 +0200

Add a Guix manifest.

Diffstat:
Amanifest.scm | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/manifest.scm b/manifest.scm @@ -0,0 +1,8 @@ +;; This "manifest" file can be passed to 'guix package -m' to reproduce +;; the content of your profile. This is "symbolic": it only specifies +;; package names. To reproduce the exact same profile, you also need to +;; capture the channels being used, as returned by "guix describe". +;; See the "Replicating Guix" section in the manual. + +(specifications->manifest + (list "coreutils@9" "guile@3" "make@4" "sed@4"))