We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cedfca commit 4d460c5Copy full SHA for 4d460c5
1 file changed
guix/channels-lock.scm
@@ -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
17
18
+ "9edb3f66fd807b096b48283debdcddccfea34bad"
19
20
+ "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA")))))
0 commit comments