diff options
Diffstat (limited to '.guix-channel')
-rw-r--r-- | .guix-channel | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/.guix-channel b/.guix-channel index 105420c..6d5ada9 100644 --- a/.guix-channel +++ b/.guix-channel @@ -7,5 +7,11 @@ (url "https://channels.pantherx.org/git/panther.git") (dependencies (channel - (name nongnu) - (url "https://channels.pantherx.org/git/nonguix.git")))) + (name 'nonguix) + (branch "master") + (url "https://channels.pantherx.org/git/nonguix.git") + (introduction + (make-channel-introduction + "897c1a470da759236cc11798f4e0a5f7d4d59fbc" + (openpgp-fingerprint + "2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5")))))) |