Fix .guix-channel formatting
This commit is contained in:
parent
933e0a7e60
commit
4925cfd1da
1 changed files with 11 additions and 9 deletions
|
@ -1,15 +1,17 @@
|
|||
(channel
|
||||
(version 0)
|
||||
(directory "modules")
|
||||
(dependencies (channel (name nonguix)
|
||||
(url "https://gitlab.com/nonguix/nonguix")
|
||||
(introduction
|
||||
(channel-introduction
|
||||
(version 0)
|
||||
(commit
|
||||
"897c1a470da759236cc11798f4e0a5f7d4d59fbc")
|
||||
(signer
|
||||
"2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5"))))))
|
||||
(dependencies
|
||||
(channel
|
||||
(name nonguix)
|
||||
(url "https://gitlab.com/nonguix/nonguix")
|
||||
(introduction
|
||||
(channel-introduction
|
||||
(version 0)
|
||||
(commit
|
||||
"897c1a470da759236cc11798f4e0a5f7d4d59fbc")
|
||||
(signer
|
||||
"2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5"))))))
|
||||
|
||||
;;; Local Variables:
|
||||
;;; mode: scheme
|
||||
|
|
Loading…
Reference in a new issue