From 7e66503be760e91280bae9e1b92735776a39c411 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Sat, 3 Feb 2024 19:12:32 +0100 Subject: Reform deployment definition --- channels.scm | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/channels.scm b/channels.scm index e7fecd0..f3b3015 100644 --- a/channels.scm +++ b/channels.scm @@ -6,18 +6,14 @@ (define marekpasnikowski-fingerprint "590E 500F E39D 26B3 E60B 743B 6D81 B120 7711 899F") -( define deployment - ( let - ( ( introduction - ( make-channel-introduction - "c24ce7cb11e74da13d491f9de3c4b7040a069f43" - ( openpgp-fingerprint marekpasnikowski-fingerprint ) ) ) - ( name 'deployment ) - ( url "https://git.marekpasnikowski.pl/git/deployment.git" ) ) - ( channel - ( introduction introduction ) - ( name name ) - ( url url ) ) ) ) +(define deployment + (channel + (name 'deployment) + (url "https://git.marekpasnikowski.pl/git/deployment.git") + (introduction + (make-channel-introduction + "c24ce7cb11e74da13d491f9de3c4b7040a069f43" + (openpgp-fingerprint marekpasnikowski-fingerprint))))) ( define guix ( let -- cgit v1.2.3