aboutsummaryrefslogtreecommitdiff
path: root/src/infrastructure/guix/channels.scm
diff options
context:
space:
mode:
Diffstat (limited to 'src/infrastructure/guix/channels.scm')
-rw-r--r--src/infrastructure/guix/channels.scm12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/infrastructure/guix/channels.scm b/src/infrastructure/guix/channels.scm
deleted file mode 100644
index 697eb4f..0000000
--- a/src/infrastructure/guix/channels.scm
+++ /dev/null
@@ -1,12 +0,0 @@
-(append
- (list
- (channel
- (name 'EuAndreh)
- (url "git://euandre.org/packages")
- (branch "main")
- (introduction
- (make-channel-introduction
- "d749e053e6db365069cb9b2ef47a78b06f9e7361"
- (openpgp-fingerprint
- "5BDA E9B8 B2F6 C6BC BB0D 6CE5 81F9 0EC3 CD35 6060")))))
- %default-channels)