summaryrefslogtreecommitdiff
path: root/c.scm
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2023-09-21 11:46:56 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2023-09-21 11:46:56 -0400
commit52fc10ce2ac8c557ba48c3121a332ac596ea8863 (patch)
tree22db42db93127b89c769893c993ee07b04085ddd /c.scm
parent5d9d6bcd8918e5619bf432b021d5702d287a7eef (diff)
transparency
Diffstat (limited to 'c.scm')
-rw-r--r--c.scm6
1 files changed, 6 insertions, 0 deletions
diff --git a/c.scm b/c.scm
new file mode 100644
index 0000000..afbc055
--- /dev/null
+++ b/c.scm
@@ -0,0 +1,6 @@
1(use-modules (guix ci))
2
3(list (channel-with-substitutes-available
4 %default-guix-channel
5 "https://ci.guix.gnu.org")
6 )