diff options
author | Arun Isaac | 2023-07-06 22:34:37 +0100 |
---|---|---|
committer | Arun Isaac | 2023-07-06 23:54:13 +0100 |
commit | 591e8de8f1d6e525e6bc6ed552c8505f30b39ed6 (patch) | |
tree | f6098d0b1b4ab6caaab781c36c376a13784d2857 /.guix-channel | |
parent | 9fd8393a872d917da289ae2bb90c7cbfe2474d62 (diff) | |
download | kolam-591e8de8f1d6e525e6bc6ed552c8505f30b39ed6.tar.gz kolam-591e8de8f1d6e525e6bc6ed552c8505f30b39ed6.tar.lz kolam-591e8de8f1d6e525e6bc6ed552c8505f30b39ed6.zip |
Make repository a guix channel.
* .guix-authorizations, .guix-channel: New files.
* guix.scm: Convert to a symlink pointing to
.guix/guile-kolam-package.scm. Move original there.
* .guix/guile-kolam-package.scm: Convert into a module with public
packages.
Diffstat (limited to '.guix-channel')
-rw-r--r-- | .guix-channel | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.guix-channel b/.guix-channel new file mode 100644 index 0000000..35e181f --- /dev/null +++ b/.guix-channel @@ -0,0 +1,3 @@ +(channel + (version 0) + (directory ".guix")) |