<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Guix on Ozbem</title><link>https://www.ozbem.com/tags/tech/guix/</link><description>Recent content in Guix on Ozbem</description><generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>info@ozbem.com (ebeem)</managingEditor><webMaster>info@ozbem.com (ebeem)</webMaster><copyright>© 2026 ebeem</copyright><lastBuildDate>Fri, 19 Jun 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://www.ozbem.com/tags/tech/guix/index.xml" rel="self" type="application/rss+xml"/><item><title>Introduction to Guix</title><link>https://www.ozbem.com/posts/tech/guix/intro/</link><pubDate>Fri, 19 Jun 2026 00:00:00 +0000</pubDate><author>info@ozbem.com (ebeem)</author><guid>https://www.ozbem.com/posts/tech/guix/intro/</guid><description>&lt;div id="outline-container-headline-1" class="outline-2"&gt;
&lt;h2 id="headline-1"&gt;
&lt;span class="todo status-todo"&gt;TODO&lt;/span&gt;
Installation
&lt;/h2&gt;
&lt;/div&gt;
&lt;div id="outline-container-headline-2" class="outline-2"&gt;
&lt;h2 id="headline-2"&gt;
Channels
&lt;/h2&gt;
&lt;div id="outline-text-headline-2" class="outline-text-2"&gt;
&lt;p&gt;
Channels in &lt;code class="verbatim"&gt;Guix&lt;/code&gt; are a way to customize and extend the &lt;code class="verbatim"&gt;Guix&lt;/code&gt; package collection. They allow users to pull packages and updates from multiple repositories. They are declared as a list of &lt;code class="verbatim"&gt;channel&lt;/code&gt; records in the file &lt;code class="verbatim"&gt;channels.scm&lt;/code&gt;. These channels are git repositories that store definitions that instruct &lt;code class="verbatim"&gt;Guix&lt;/code&gt; how to build and install packages. Since these are git repositories, then similar to any git cloned project, it needs to be pulled to kept up to date. &lt;code class="verbatim"&gt;Guix&lt;/code&gt; can help you update/pull all your configured channels with the command &lt;code class="verbatim"&gt;guix pull&lt;/code&gt;.&lt;/p&gt;</description></item></channel></rss>