diff options
author | Chloe Brown <chloe.brown.00@outlook.com> | 2022-04-21 21:38:29 +0100 |
---|---|---|
committer | Chloe Brown <chloe.brown.00@outlook.com> | 2022-04-21 21:38:29 +0100 |
commit | ea872e81dbf70b5efa74d40b1ce889c8bca0bb7c (patch) | |
tree | 6557822e0f0c104e88cf7cf143d188eb2f18777f | |
parent | 4da68d910d4565f0b71553c14242e3e9b7c64a9c (diff) |
Add dependency on nonguix.
-rw-r--r-- | .guix-channel | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.guix-channel b/.guix-channel new file mode 100644 index 0000000..023a7df --- /dev/null +++ b/.guix-channel @@ -0,0 +1,11 @@ +(channel + (version 0) + (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")))))) |