Skip to content

Commit 4d460c5

Browse files
committed
Pin channels
1 parent 0cedfca commit 4d460c5

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

guix/channels-lock.scm

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
(list (channel
2+
(name 'sops-guix)
3+
(url "https://github.com/fishinthecalculator/sops-guix.git")
4+
(branch "main")
5+
(commit "5a88726e1be11e2df0bb85b597a1f597e334e0b7")
6+
(introduction
7+
(make-channel-introduction
8+
"0bbaf1fdd25266c7df790f65640aaa01e6d2dbc9"
9+
(openpgp-fingerprint
10+
"8D10 60B9 6BB8 292E 829B 7249 AED4 1CC1 93B7 01E2"))))
11+
(channel
12+
(name 'guix)
13+
(url "https://git.guix.gnu.org/guix.git")
14+
(branch "master")
15+
(commit "4750a7657d73e01d45789b06f4b8154b61da5f7f")
16+
(introduction
17+
(make-channel-introduction
18+
"9edb3f66fd807b096b48283debdcddccfea34bad"
19+
(openpgp-fingerprint
20+
"BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA")))))

0 commit comments

Comments
 (0)