projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
c21be72
)
guix: use local channels for finer control
author
Amin Bandali
<mab@gnu.org>
Sun, 26 Jan 2020 01:13:44 +0000
(20:13 -0500)
committer
Amin Bandali
<mab@gnu.org>
Sun, 26 Jan 2020 01:13:44 +0000
(20:13 -0500)
.config/guix/channels.scm
patch
|
blob
|
blame
|
history
diff --git
a/.config/guix/channels.scm
b/.config/guix/channels.scm
index
ba69e32
..
1094122
100644
(file)
--- a/
.config/guix/channels.scm
+++ b/
.config/guix/channels.scm
@@
-1,8
+1,6
@@
(list (channel
(list (channel
- (name 'guix)
- ;; (url "file:///home/mab/src/git/guix")
- (url "https://git.savannah.gnu.org/git/guix.git")
- (commit "7357b3d7a52eb5db1674012c50d308d792741c48"))
+ (name 'guix) ; https://git.savannah.gnu.org/git/guix.git
+ (url "file:///home/mab/src/git/guix"))
(channel
(channel
- (name 'guix-mab)
+ (name 'guix-mab)
; https://git.sr.ht/~bandali/guix-mab
(url "file:///home/mab/src/git/guix-mab")))
(url "file:///home/mab/src/git/guix-mab")))