diff options
author | 2021-10-18 21:33:40 -0400 | |
---|---|---|
committer | 2021-10-18 21:33:40 -0400 | |
commit | 317c1685dfefd82a37590c5709bdb437b254dc11 (patch) | |
tree | 51c220de8d34db2c5ffda3c022d0be889353adf9 /.config/guix/channels.scm | |
parent | 7f3c4cc3d29cc92955caad756d237669c4d57d75 (diff) | |
download | configs-317c1685dfefd82a37590c5709bdb437b254dc11.tar.gz configs-317c1685dfefd82a37590c5709bdb437b254dc11.tar.xz configs-317c1685dfefd82a37590c5709bdb437b254dc11.zip |
remove some vestigial configs
Diffstat (limited to '')
-rw-r--r-- | .config/guix/channels.scm | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/.config/guix/channels.scm b/.config/guix/channels.scm deleted file mode 100644 index f9cc0d6..0000000 --- a/.config/guix/channels.scm +++ /dev/null @@ -1,12 +0,0 @@ -(list (channel - (name 'guix) ; https://git.savannah.gnu.org/git/guix.git - (url "file:///home/bandali/src/guix") - (introduction - (make-channel-introduction - "9edb3f66fd807b096b48283debdcddccfea34bad" - (openpgp-fingerprint - "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA")))) - ;;(channel - ;; (name 'guix-bandali) ; https://git.sr.ht/~bandali/guix-bandali - ;; (url "file:///home/bandali/src/git/guix-bandali"))) - ) |