about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2023-08-31 07:39:51 +0300
committerFrederick Muriuki Muriithi2023-08-31 07:39:51 +0300
commit4811c56d8467a1373106f5f7b0c9f38149067b19 (patch)
treedc8a2312fa264d25751607d5e0534eb8ae43e960
parenta3d3c30541a28a82b72067cff9174472e4a47929 (diff)
downloadgn-auth-4811c56d8467a1373106f5f7b0c9f38149067b19.tar.gz
Indent the code with `guix-devel-mode`
-rw-r--r--.guix-channel40
1 files changed, 20 insertions, 20 deletions
diff --git a/.guix-channel b/.guix-channel
index 5a959ab..cec9dd8 100644
--- a/.guix-channel
+++ b/.guix-channel
@@ -1,21 +1,21 @@
 (channel
-  (version 0)
-  (directory ".guix/modules")
-  (dependencies
-   (channel
-    (name guix-bioinformatics)
-    (url "https://gitlab.com/genenetwork/guix-bioinformatics.git")
-    (branch "master")
-    (commit "fb1e8dbcf7cc46fa9a09a431f6842d9290f6e819"))
-   ;; FIXME: guix-bioinformatics depends on guix-past. So, there
-   ;; should be no reason to explicitly depend on guix-past. But, the
-   ;; channel does not build otherwise. This is probably a guix bug.
-   (channel
-    (name guix-past)
-    (url "https://gitlab.inria.fr/guix-hpc/guix-past")
-    (introduction
-     (channel-introduction
-      (version 0)
-      (commit "0c119db2ea86a389769f4d2b9c6f5c41c027e336")
-      (signer
-       "3CE4 6455 8A84 FDC6 9DB4  0CFB 090B 1199 3D9A EBB5"))))))
+ (version 0)
+ (directory ".guix/modules")
+ (dependencies
+  (channel
+   (name guix-bioinformatics)
+   (url "https://gitlab.com/genenetwork/guix-bioinformatics.git")
+   (branch "master")
+   (commit "fb1e8dbcf7cc46fa9a09a431f6842d9290f6e819"))
+  ;; FIXME: guix-bioinformatics depends on guix-past. So, there
+  ;; should be no reason to explicitly depend on guix-past. But, the
+  ;; channel does not build otherwise. This is probably a guix bug.
+  (channel
+   (name guix-past)
+   (url "https://gitlab.inria.fr/guix-hpc/guix-past")
+   (introduction
+    (channel-introduction
+     (version 0)
+     (commit "0c119db2ea86a389769f4d2b9c6f5c41c027e336")
+     (signer
+      "3CE4 6455 8A84 FDC6 9DB4  0CFB 090B 1199 3D9A EBB5"))))))