summaryrefslogtreecommitdiff
path: root/.guix-channel
diff options
context:
space:
mode:
authorArun Isaac2023-07-06 10:31:27 +0100
committerArun Isaac2023-07-06 11:19:45 +0100
commit93d506ee823b376913422c6ac4c8829bf2e88925 (patch)
treebbb3ee387bdaf7ef288ffb1e858d36c9347dbbbd /.guix-channel
parent61836cac52fb047a6f376ed985f35615f21e530f (diff)
downloadtissue-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-channel3
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"))