| Age | Commit message (Expand) | Author |
| 2024-01-26 | 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.
| Marek Paśnikowski |
| 2024-01-26 | 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))
| Marek Paśnikowski |
| 2024-01-26 | 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))
| Marek Paśnikowski |
| 2024-01-26 | 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))
| Marek Paśnikowski |
| 2024-01-26 | 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))
| Marek Paśnikowski |
| 2024-01-26 | 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"
| Marek Paśnikowski |
| 2024-01-26 | Configure channel server properly•••The channel must be served from a subdirectory, because if is configured to the
shorter, cgit path, guix pull receives the website content instead of the git
content.
For good measure, explicitly declare the fcgiwrap service. I am not sure if it
is actually needed in the code, but I do not have the time to test it properly
right now.
| Marek Paśnikowski |
| 2024-01-23 | Set up git-http service on cgit's location | Marek Paśnikowski |
| 2024-01-22 | Add .guix-channel file | Marek Paśnikowski |
| 2024-01-22 | Start using the channel•••The PGP key name is changed because the diacritics caused some pattern matching
to fail during guix pull.
There was also wrong nesting to fix.
| Marek Paśnikowski |
| 2024-01-22 | Install zip and unzip•••Needed for ODT export in Emacs Org.
| Marek Paśnikowski |
| 2024-01-18 | Point to the channel repository for reconfiguration aliases | Marek Paśnikowski |
| 2024-01-18 | Transfer Izumi files to a dedicated subfolder•••This change is needed to accomodate existence of other configurations in the
same repository.
| Marek Paśnikowski |