aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.guix-authorizations4
-rw-r--r--.guix-channel4
-rw-r--r--README.org15
3 files changed, 23 insertions, 0 deletions
diff --git a/.guix-authorizations b/.guix-authorizations
new file mode 100644
index 0000000..77381c5
--- /dev/null
+++ b/.guix-authorizations
@@ -0,0 +1,4 @@
+(authorizations
+ (version 0)
+ (("F370 F409 854B 90E3 52F3 AB01 362B 0BB8 B81D 5A42"
+ (name "fredmanglis"))))
diff --git a/.guix-channel b/.guix-channel
new file mode 100644
index 0000000..5154744
--- /dev/null
+++ b/.guix-channel
@@ -0,0 +1,4 @@
+(channel
+ (version 0)
+ (directory ".guix/modules")
+ (keyring-reference "keyring"))
diff --git a/README.org b/README.org
index 1f899f5..84ad65a 100644
--- a/README.org
+++ b/README.org
@@ -25,6 +25,21 @@ following criteria:
- check line endings to make sure they are Unix and not DOS
- check strain headers against a source of truth (see strains.csv)
+** Guix Channel
+
+This repository can be used as a guix channel.
+
+#+BEGIN_SRC scheme
+ (channel
+ (name 'gnqc-py
+ (url "https://gitlab.com/fredmanglis/gnqc_py.git")
+ (introduction
+ (make-channel-introduction
+ "0d5dc5489837957e3fab513b9dcc550eddfe53ca"
+ (openpgp-fingerprint
+ "F370 F409 854B 90E3 52F3 AB01 362B 0BB8 B81D 5A42"))))
+#+END_SRC
+
** Development
For reproducibility, this project is developed using guix.