diff options
author | techchud <protrude_paying969@simplelogin.com> | 2025-08-17 19:23:59 -0500 |
---|---|---|
committer | techchud <protrude_paying969@simplelogin.com> | 2025-08-17 19:23:59 -0500 |
commit | 79db9aa7aeeae2a7823f626eda6af7310e3cc5a8 (patch) | |
tree | 2e2028c5f17bee147519bdf18b200abd10309b8d /.guix-channel | |
parent | d106fda8ce0fbfd8ca1dbddfca83f7494d5fd387 (diff) | |
download | guix-techchud-79db9aa7aeeae2a7823f626eda6af7310e3cc5a8.tar.gz guix-techchud-79db9aa7aeeae2a7823f626eda6af7310e3cc5a8.tar.bz2 guix-techchud-79db9aa7aeeae2a7823f626eda6af7310e3cc5a8.zip |
note dependency on non-guix
Diffstat (limited to '.guix-channel')
-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..30922df --- /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")))))) |