emacs/eshell: restore mistakenly deleted custom eshell prompt
[~bandali/configs] / .config / guix / channels.scm
index c887326..6495ee2 100644 (file)
@@ -1,10 +1,6 @@
 (list (channel
-       (name 'guix)
-       (url "https://git.savannah.gnu.org/git/guix.git")
-       (commit
-        "d51f20f9b8ec2f60afde58e1b0a10fe25ab68e79"))
+       (name 'guix)        ; https://git.savannah.gnu.org/git/guix.git
+       (url "file:///home/bandali/src/git/guix"))
       (channel
-       (name 'guix-bandali)
-       (url "https://git.sr.ht/~bandali/guix-bandali")
-       (commit
-        "5786bcaa419cdcf5687d266bc89e78f24913cfed")))
+       (name 'guix-bandali)      ; https://git.sr.ht/~bandali/guix-bandali
+       (url "file:///home/bandali/src/git/guix-bandali")))