aboutsummaryrefslogtreecommitdiff
path: root/guix/pinned-channels.scm
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-01-25 17:52:55 -0300
committerEuAndreh <eu@euandre.org>2021-01-25 17:52:55 -0300
commit27c41122121ed1c52cf948537ea07cc86e851d16 (patch)
treec2b0c78bc41c1fce82835ffb539b6a02afc1fad0 /guix/pinned-channels.scm
parentUse "make public" as the primary way of building the site (diff)
downloadeuandre.org-27c41122121ed1c52cf948537ea07cc86e851d16.tar.gz
euandre.org-27c41122121ed1c52cf948537ea07cc86e851d16.tar.xz
Move Guix files under build-aux/guix/
Diffstat (limited to 'guix/pinned-channels.scm')
-rw-r--r--guix/pinned-channels.scm11
1 files changed, 0 insertions, 11 deletions
diff --git a/guix/pinned-channels.scm b/guix/pinned-channels.scm
deleted file mode 100644
index 67b5a51..0000000
--- a/guix/pinned-channels.scm
+++ /dev/null
@@ -1,11 +0,0 @@
-(list
- (channel
- (name 'guix)
- (url "https://git.savannah.gnu.org/git/guix.git")
- (commit
- "d265809b782293eb42dd663b4611ca19dd2bf1b3")
- (introduction
- (make-channel-introduction
- "9edb3f66fd807b096b48283debdcddccfea34bad"
- (openpgp-fingerprint
- "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA")))))