diff options
author | Thanos Apollo <[email protected]> | 2024-07-25 17:01:39 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-07-25 17:05:26 +0300 |
commit | 30d133fa1ffd19354da919a8a0cc00167a7c50a6 (patch) | |
tree | 77587c8c1eb260612415cb25d3fe6afb241c05d6 /.guix-channel | |
parent | 52ab963bdd4b794f1523e614d359af9d7cacf92d (diff) |
guix-channel: Add nonguix as a dependency.
* Use nonguix to build ollama.
Diffstat (limited to '.guix-channel')
-rw-r--r-- | .guix-channel | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/.guix-channel b/.guix-channel index 18100f5..7a8deb1 100644 --- a/.guix-channel +++ b/.guix-channel @@ -1,4 +1,13 @@ (channel (version 0) (keyring-reference "keyring") - (url "https://git.thanosapollo.org/hecate"))
\ No newline at end of file + (url "https://git.thanosapollo.org/hecate") + (dependencies + (channel + (name nonguix) + (url "https://gitlab.com/nonguix/nonguix") + (channel-introduction + (commit + "897c1a470da759236cc11798f4e0a5f7d4d59fbc") + (signer + "2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5"))))) |