diff options
author | Arun Isaac | 2023-07-06 12:02:13 +0100 |
---|---|---|
committer | Arun Isaac | 2023-07-06 12:25:12 +0100 |
commit | 9f94c2917006816b51197349eac1693ae5337558 (patch) | |
tree | f3125c6b0a40ebd705b2460ac8d50772e9c8116d /.guix-channel | |
parent | a8fed2c5c0d326687ca529759ceb6658f465dd8c (diff) | |
download | guile-xapian-9f94c2917006816b51197349eac1693ae5337558.tar.gz guile-xapian-9f94c2917006816b51197349eac1693ae5337558.tar.lz guile-xapian-9f94c2917006816b51197349eac1693ae5337558.zip |
Make repository a guix channel.
* .guix-authorizations, .guix-channel: New files.
* guix.scm: Convert to a symlink pointing to
.guix/guile-xapian-package.scm. Move original there.
* .guix/guile-xapian-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")) |