Skip to content

Commit

Permalink
Use default guix channel for test
Browse files Browse the repository at this point in the history
  • Loading branch information
declantsien committed Jul 11, 2024
1 parent 9e0d279 commit 4d71a29
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,7 @@ jobs:
with:
channels: |-
(list (channel
(name 'guix)
(url "https://github.com/declantsien/guix")
(branch "master")
(introduction
(make-channel-introduction
"9edb3f66fd807b096b48283debdcddccfea34bad"
(openpgp-fingerprint
"BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA"))))
(inherit %default-guix-channel))
(channel
(name 'rustup)
(url "https://github.com/declantsien/guix-rustup")
Expand Down

0 comments on commit 4d71a29

Please sign in to comment.