<feed xmlns='http://www.w3.org/2005/Atom'>
<title>deployment.git/.guix-channel, branch ca</title>
<subtitle>[no description]</subtitle>
<id>http://git.marekpasnikowski.pl/deployment.git/atom?h=ca</id>
<link rel='self' href='http://git.marekpasnikowski.pl/deployment.git/atom?h=ca'/>
<link rel='alternate' type='text/html' href='http://git.marekpasnikowski.pl/deployment.git/'/>
<updated>2025-03-14T08:45:14Z</updated>
<entry>
<title>import systems to deployment channel</title>
<updated>2025-03-14T08:45:14Z</updated>
<author>
<name>Marek Paśnikowski</name>
<email>marek@marekpasnikowski.pl</email>
</author>
<published>2025-03-14T08:33:36Z</published>
<link rel='alternate' type='text/html' href='http://git.marekpasnikowski.pl/deployment.git/commit/?id=60e6c0f7e1a4ce66127562ae01142f1fe1741672'/>
<id>urn:sha1:60e6c0f7e1a4ce66127562ae01142f1fe1741672</id>
<content type='text'>
</content>
</entry>
<entry>
<title>guix-channel: depend on the distribution channel: fix 'no code for module'</title>
<updated>2024-05-09T09:30:26Z</updated>
<author>
<name>Marek Paśnikowski</name>
<email>marek@marekpasnikowski.pl</email>
</author>
<published>2024-05-09T09:30:26Z</published>
<link rel='alternate' type='text/html' href='http://git.marekpasnikowski.pl/deployment.git/commit/?id=a8fd2965ec34a3cb5aaf08dc1fe1aec88b301dac'/>
<id>urn:sha1:a8fd2965ec34a3cb5aaf08dc1fe1aec88b301dac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>guix-channel: restore idiomatic formatting</title>
<updated>2024-05-09T09:22:13Z</updated>
<author>
<name>Marek Paśnikowski</name>
<email>marek@marekpasnikowski.pl</email>
</author>
<published>2024-05-09T09:22:13Z</published>
<link rel='alternate' type='text/html' href='http://git.marekpasnikowski.pl/deployment.git/commit/?id=738b355e24e5d25a15cf1b14140a4e61fdf95582'/>
<id>urn:sha1:738b355e24e5d25a15cf1b14140a4e61fdf95582</id>
<content type='text'>
</content>
</entry>
<entry>
<title>guix-channel: remove dependency on private-inputs: interference with other systems</title>
<updated>2024-04-04T14:46:46Z</updated>
<author>
<name>Marek Paśnikowski</name>
<email>marek@marekpasnikowski.pl</email>
</author>
<published>2024-04-04T08:08:28Z</published>
<link rel='alternate' type='text/html' href='http://git.marekpasnikowski.pl/deployment.git/commit/?id=67e10bef6d185373a416f3d4aa2f2a77ef7bcda7'/>
<id>urn:sha1:67e10bef6d185373a416f3d4aa2f2a77ef7bcda7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move channels.scm to the top-level</title>
<updated>2024-01-30T22:22:32Z</updated>
<author>
<name>Marek Paśnikowski</name>
<email>marek@marekpasnikowski.pl</email>
</author>
<published>2024-01-30T22:22:32Z</published>
<link rel='alternate' type='text/html' href='http://git.marekpasnikowski.pl/deployment.git/commit/?id=da90a2fbb48a4be0955eaeef93c27e0eefb6901b'/>
<id>urn:sha1:da90a2fbb48a4be0955eaeef93c27e0eefb6901b</id>
<content type='text'>
This file is going to collect all channel definitions, independent of any
deployment variables.

Also, update the missed "secrets" name in .guix-channel .
</content>
</entry>
<entry>
<title>Define channels-service-type</title>
<updated>2024-01-30T00:50:35Z</updated>
<author>
<name>Marek Paśnikowski</name>
<email>marek@marekpasnikowski.pl</email>
</author>
<published>2024-01-30T00:32:45Z</published>
<link rel='alternate' type='text/html' href='http://git.marekpasnikowski.pl/deployment.git/commit/?id=aebdbfff2aa05f29f75da21aaf0a75477ae82419'/>
<id>urn:sha1:aebdbfff2aa05f29f75da21aaf0a75477ae82419</id>
<content type='text'>
This change is a step towards my goal of "everything is a service".
</content>
</entry>
<entry>
<title>Modify the channel contents to make it possible to pull by guix</title>
<updated>2024-01-26T11:07:12Z</updated>
<author>
<name>Marek Paśnikowski</name>
<email>marek@marekpasnikowski.pl</email>
</author>
<published>2024-01-26T11:07:12Z</published>
<link rel='alternate' type='text/html' href='http://git.marekpasnikowski.pl/deployment.git/commit/?id=223caedde6ea3c4fb3a5c285a0f70ea443dd7ef0'/>
<id>urn:sha1:223caedde6ea3c4fb3a5c285a0f70ea443dd7ef0</id>
<content type='text'>
Squashed commit of the following:

commit e4e3cb849b51788056888355de5570874c128d46
Author: Marek Paśnikowski &lt;marek@marekpasnikowski.pl&gt;
Date:   Fri Jan 26 11:47:56 2024 +0100

    Turn system-configuration.scm into a proper module

    This fixes the following error:
    (exception misc-error (value #f) (value "no code for module ~S")
      (value ((systems izumi system-configuration))) (value #f))

    Additionaly, the call to load secrets' path is removed, because .guix-channel
    already depends on that directory.

commit 6d2fc2ccdcf074fd27da7a9fe173717d95bd5525
Author: Marek Paśnikowski &lt;marek@marekpasnikowski.pl&gt;
Date:   Fri Jan 26 11:35:29 2024 +0100

    Turn home-configuration.scm into a proper module

    This fixes the following error:
    (exception misc-error (value #f) (value "no code for module ~S")
      (value ((systems izumi home-configuration))) (value #f))

commit 9a81257dc40a886396d104e89450f374ded63c31
Author: Marek Paśnikowski &lt;marek@marekpasnikowski.pl&gt;
Date:   Fri Jan 26 11:27:56 2024 +0100

    Make home-configuration.scm depend on (gnu home)

    This fixes the following error:
    (exception unbound-variable (value #f) (value "Unbound variable: ~S")
      (value (home-environment)) (value #f))

commit d082d2a2aebeaa87245224d5d6c811826347505b
Author: Marek Paśnikowski &lt;marek@marekpasnikowski.pl&gt;
Date:   Fri Jan 26 11:08:05 2024 +0100

    Transfer nonguix to .guix-channel as dependency

    This fixes the following error:
    (exception misc-error (value #f) (value "no code for module ~S")
      (value ((nongnu packages mozilla))) (value #f))

commit 0da951183bb3d84ee161d8b31f7e5a6a59902a37
Author: Marek Paśnikowski &lt;marek@marekpasnikowski.pl&gt;
Date:   Fri Jan 26 10:27:23 2024 +0100

    Turn channels.scm into a proper module

    By doing this and depending on (guix channels), the following error is fixed:
    (exception unbound-variable (value #f) (value "Unbound variable: ~S")
      (value (channel)) (value #f))

commit a50480c8634dab2d6dc97742d489a17bbe51c450
Author: Marek Paśnikowski &lt;marek@marekpasnikowski.pl&gt;
Date:   Fri Jan 26 10:01:44 2024 +0100

    Declare guix repository explicitly

    This fixes the following error message:
    (exception unbound-variable (value #f) (value "Unbound variable: ~S")
      (value (%default-channels)) (value #f))

    On top of that, set channel branch to "wip-channel-2"
</content>
</entry>
</feed>
