aboutsummaryrefslogtreecommitdiff
path: root/aux/containers
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-10-04 09:51:16 -0300
committerEuAndreh <eu@euandre.org>2021-10-05 15:55:03 -0300
commitd808811e1542517182d4ab4154d978d7e9fe3408 (patch)
treed25ecd24db98f67846829523c8144b4687645ec9 /aux/containers
parentTODOs.md: Add #td-94511264-e301-be51-23e2-cf960dcd603d (diff)
downloadeuandre.org-d808811e1542517182d4ab4154d978d7e9fe3408.tar.gz
euandre.org-d808811e1542517182d4ab4154d978d7e9fe3408.tar.xz
aux/: Update
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)