diff options
author | EuAndreh <eu@euandre.org> | 2023-03-11 19:35:43 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-11 19:36:11 -0300 |
commit | 66c6a6546e6ecad05ff844c9d164638777fc4db0 (patch) | |
tree | 793bf4da42d9a28d3164f41ac56772eef665166f | |
parent | Split SSH public keys into files, and upload it via a make target (diff) | |
download | toph-66c6a6546e6ecad05ff844c9d164638777fc4db0.tar.gz toph-66c6a6546e6ecad05ff844c9d164638777fc4db0.tar.xz |
channels.scm: Remove "nonguix" channel
-rw-r--r-- | src/infrastructure/guix/channels.scm | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/infrastructure/guix/channels.scm b/src/infrastructure/guix/channels.scm index e5ccd6a..4a261a4 100644 --- a/src/infrastructure/guix/channels.scm +++ b/src/infrastructure/guix/channels.scm @@ -8,13 +8,5 @@ (make-channel-introduction "d749e053e6db365069cb9b2ef47a78b06f9e7361" (openpgp-fingerprint - "5BDA E9B8 B2F6 C6BC BB0D 6CE5 81F9 0EC3 CD35 6060")))) - (channel - (name 'nonguix) - (url "https://gitlab.com/nonguix/nonguix") - (introduction - (make-channel-introduction - "897c1a470da759236cc11798f4e0a5f7d4d59fbc" - (openpgp-fingerprint - "2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5"))))) + "5BDA E9B8 B2F6 C6BC BB0D 6CE5 81F9 0EC3 CD35 6060"))))) %default-channels) |