summaryrefslogtreecommitdiff
path: root/.guix-channel
diff options
context:
space:
mode:
authorOleg Pykhalov <go.wigust@gmail.com>2020-01-03 06:27:57 +0300
committerOleg Pykhalov <go.wigust@gmail.com>2020-01-03 14:42:32 +0300
commit9a03249963bc9f92c842f1363de201cd1b6d7dcf (patch)
tree8f4626b39a3a5d3434d2288410e9a42fef745af0 /.guix-channel
parentguix: tome4: Comment mod/class/Game.lua color substitution. (diff)
downloadguix-wigust-9a03249963bc9f92c842f1363de201cd1b6d7dcf.tar.gz
guix: Move tome4-with-addons to tome4-with-addons-custom.
Use https://gitlab.com/wigust/guix-tome4 channel. * guix/wigust/packages/games.scm (tome4-with-addons): Delete variable. * guix/wigust/packages/tome4.scm: New file.
Diffstat (limited to '.guix-channel')
-rw-r--r--.guix-channel6
1 files changed, 5 insertions, 1 deletions
diff --git a/.guix-channel b/.guix-channel
index 8cec433..0b90677 100644
--- a/.guix-channel
+++ b/.guix-channel
@@ -1,3 +1,7 @@
(channel
(version 0)
- (directory "guix"))
+ (directory "guix")
+ (dependencies
+ (channel
+ (name guix-tome4)
+ (url "https://cgit.duckdns.org/git/guix/guix-tome4"))))