From 4399b1cf572b1e23ac80a7b7d63daee34a77e104 Mon Sep 17 00:00:00 2001 From: Mathieu Othacehe Date: Wed, 10 Mar 2021 08:47:54 +0100 Subject: channels: Export channel-instance->sexp. * guix/channels.scm (channel-instance->sexp): Export it. --- guix/channels.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'guix/channels.scm') diff --git a/guix/channels.scm b/guix/channels.scm index 05226e766b..f68bbcf693 100644 --- a/guix/channels.scm +++ b/guix/channels.scm @@ -86,6 +86,7 @@ latest-channel-instances checkout->channel-instance latest-channel-derivation + channel-instance->sexp channel-instances->manifest %channel-profile-hooks channel-instances->derivation -- cgit v1.2.3 From 8f999e1ac26d939e1dfc8fbdfa9316fb412df21a Mon Sep 17 00:00:00 2001 From: Mathieu Othacehe Date: Wed, 10 Mar 2021 16:53:51 +0100 Subject: channels: Add the channel branch in sexp->channel. * guix/channels.scm (sexp->channel): Add the channel branch. --- guix/channels.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'guix/channels.scm') diff --git a/guix/channels.scm b/guix/channels.scm index f68bbcf693..b812c1b6e5 100644 --- a/guix/channels.scm +++ b/guix/channels.scm @@ -949,6 +949,7 @@ does not have the expected structure." (#f name) (('name name) name))) (url url) + (branch branch) (commit commit) (introduction (match (assq 'introduction rest) -- cgit v1.2.3