From ab225353bf1db9dc60125869c7c88f832a853afe Mon Sep 17 00:00:00 2001 From: TakeV Date: Wed, 13 Dec 2023 09:32:34 -0500 Subject: [PATCH] Remove packages defined in guix.scm package inputs, and add actual dev tools to the manifestt --- manifest.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.scm b/manifest.scm index 4d586f1..84bb2cc 100644 --- a/manifest.scm +++ b/manifest.scm @@ -2,4 +2,4 @@ ;; 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-hall" "guile")) +(specifications->manifest (list "guix" "git"))