diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-09-21 11:46:56 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-09-21 11:46:56 -0400 |
commit | 52fc10ce2ac8c557ba48c3121a332ac596ea8863 (patch) | |
tree | 22db42db93127b89c769893c993ee07b04085ddd /c.scm | |
parent | 5d9d6bcd8918e5619bf432b021d5702d287a7eef (diff) |
transparency
Diffstat (limited to 'c.scm')
-rw-r--r-- | c.scm | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 | ) | ||