Skip to content

Commit 4d71a29

Browse files
committedJul 11, 2024··
Use default guix channel for test
1 parent 9e0d279 commit 4d71a29

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed
 

‎.github/workflows/test.yml

+1-8
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,7 @@ jobs:
2323
with:
2424
channels: |-
2525
(list (channel
26-
(name 'guix)
27-
(url "https://github.com/declantsien/guix")
28-
(branch "master")
29-
(introduction
30-
(make-channel-introduction
31-
"9edb3f66fd807b096b48283debdcddccfea34bad"
32-
(openpgp-fingerprint
33-
"BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA"))))
26+
(inherit %default-guix-channel))
3427
(channel
3528
(name 'rustup)
3629
(url "https://github.com/declantsien/guix-rustup")

0 commit comments

Comments
 (0)
Please sign in to comment.