From 1b1699a1771e6c62fd98a758a5851537f6ba1dd9 Mon Sep 17 00:00:00 2001 From: Rodion Goritskov Date: Thu, 23 May 2024 00:26:09 +0400 Subject: gnu: Add baldeagle. * .guix-channel (baldeagle): New variable. * rodion/blogs.scm: Add build file for baldeagle --- .guix-channel | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to '.guix-channel') diff --git a/.guix-channel b/.guix-channel index 7cfb3a9..9bae090 100644 --- a/.guix-channel +++ b/.guix-channel @@ -1,3 +1,12 @@ (channel (version 0) - (url "https://git.goritskov.com/rodion/blogs.git")) \ No newline at end of file + (url "https://git.goritskov.com/rodion/blogs.git") + (dependencies + (channel + (name little-guix-channel) + (url "https://git.goritskov.com/rodion/little-guix-channel.git") + (introduction + (channel-introduction + (version 0) + (commit "cfee0a86d4bdc74abcf03c47715a382d7ba93be8") + (signer "37F5 3D87 DFB3 EE32 393D 24B2 3A07 1A95 2839 DB19")))))) \ No newline at end of file -- cgit v1.2.3