diff options
author | EuAndreh <eu@euandre.org> | 2025-05-24 07:53:21 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-05-24 07:53:21 -0300 |
commit | 3fefe646a89e0c160d520786ae32ae7c503c8c0f (patch) | |
tree | 4b59ec120f199370ca747bada265e0118bc969f0 | |
parent | etc/guix/home.scm:: go-full -> gol (diff) | |
download | dotfiles-3fefe646a89e0c160d520786ae32ae7c503c8c0f.tar.gz dotfiles-3fefe646a89e0c160d520786ae32ae7c503c8c0f.tar.xz |
etc/guix/channels.scm: Disable broken "the-dam" channel
-rw-r--r-- | etc/guix/channels.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/guix/channels.scm b/etc/guix/channels.scm index a9700da..6c0d71a 100644 --- a/etc/guix/channels.scm +++ b/etc/guix/channels.scm @@ -9,6 +9,7 @@ "d749e053e6db365069cb9b2ef47a78b06f9e7361" (openpgp-fingerprint "5BDA E9B8 B2F6 C6BC BB0D 6CE5 81F9 0EC3 CD35 6060")))) +#; (channel (name 'the-dam) (url "https://gitlab.com/edouardklein/guix") |