summaryrefslogtreecommitdiff
path: root/systems/izumi/channels.scm
AgeCommit message (Collapse)Author
2024-01-26Turn channels.scm into a proper moduleMarek Paśnikowski
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))
2024-01-26Declare guix repository explicitlyMarek Paśnikowski
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"
2024-01-22Add .guix-channel fileMarek Paśnikowski
2024-01-22Start using the channelMarek Paśnikowski
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.
2024-01-18Transfer Izumi files to a dedicated subfolderMarek Paśnikowski
This change is needed to accomodate existence of other configurations in the same repository.