diff options
author | Arun Isaac | 2023-07-10 23:13:02 +0100 |
---|---|---|
committer | Arun Isaac | 2023-07-13 23:59:05 +0100 |
commit | adc9aa9600e27e68b48fa8d1477b9f448f0e3490 (patch) | |
tree | 3fc40c3cda05bde12147d52ac635806f27b0a8e6 /.guix-channel | |
parent | f05dfabe80b51e9005cc7c503a04f6ed127c8137 (diff) | |
download | skribilo-adc9aa9600e27e68b48fa8d1477b9f448f0e3490.tar.gz skribilo-adc9aa9600e27e68b48fa8d1477b9f448f0e3490.tar.lz skribilo-adc9aa9600e27e68b48fa8d1477b9f448f0e3490.zip |
Make repository a guix channel.
* .guix-authorizations, .guix-channel: New files.
* guix.scm: Convert to a symlink pointing to
.guix/skribilo-package.scm. Move original there.
* .guix/skribilo-package.scm: Convert into a module with public
packages. Use modify-inputs.
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")) |