diff options
author | Arun Isaac | 2023-07-06 10:31:27 +0100 |
---|---|---|
committer | Arun Isaac | 2023-07-06 11:19:45 +0100 |
commit | 93d506ee823b376913422c6ac4c8829bf2e88925 (patch) | |
tree | bbb3ee387bdaf7ef288ffb1e858d36c9347dbbbd /.guix-channel | |
parent | 61836cac52fb047a6f376ed985f35615f21e530f (diff) | |
download | tissue-93d506ee823b376913422c6ac4c8829bf2e88925.tar.gz tissue-93d506ee823b376913422c6ac4c8829bf2e88925.tar.lz tissue-93d506ee823b376913422c6ac4c8829bf2e88925.zip |
Make repository a guix channel.
* .guix-authorizations, .guix-channel: New files.
* guix.scm: Convert to a symlink pointing to
.guix/tissue-package.scm. Move original there.
* .guix/tissue-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")) |