aboutsummaryrefslogtreecommitdiff
path: root/aux/containers/guix/pinned-channels.scm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--aux/containers/guix/pinned-channels.scm11
1 files changed, 0 insertions, 11 deletions
diff --git a/aux/containers/guix/pinned-channels.scm b/aux/containers/guix/pinned-channels.scm
deleted file mode 100644
index 504406f..0000000
--- a/aux/containers/guix/pinned-channels.scm
+++ /dev/null
@@ -1,11 +0,0 @@
-(cons*
- (channel
- (name 'xyz-euandreh)
- (url "git://euandreh.xyz/package-repository")
- (branch "main")
- (introduction
- (make-channel-introduction
- "d749e053e6db365069cb9b2ef47a78b06f9e7361"
- (openpgp-fingerprint
- "5BDA E9B8 B2F6 C6BC BB0D 6CE5 81F9 0EC3 CD35 6060"))))
- %default-channels)