From 93d506ee823b376913422c6ac4c8829bf2e88925 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Thu, 6 Jul 2023 10:31:27 +0100 Subject: 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. --- .guix-channel | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .guix-channel (limited to '.guix-channel') 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")) -- cgit v1.2.3