aboutsummaryrefslogtreecommitdiff
path: root/.guix-channel
diff options
context:
space:
mode:
authorArun Isaac2023-07-10 23:13:02 +0100
committerArun Isaac2023-07-13 23:59:05 +0100
commitadc9aa9600e27e68b48fa8d1477b9f448f0e3490 (patch)
tree3fc40c3cda05bde12147d52ac635806f27b0a8e6 /.guix-channel
parentf05dfabe80b51e9005cc7c503a04f6ed127c8137 (diff)
downloadskribilo-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-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"))