summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2023-09-25 14:44:40 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2023-09-25 14:44:40 -0400
commit1b531a384961505e98d3475694dd5767c8d73714 (patch)
tree8c989fffbd6f105cb7e6f5304ee77a6fafe5a896
parent7dfd35ba5b242373a48a3ca346b150d151c9058b (diff)
removed temp file
-rw-r--r--c.scm6
1 files changed, 0 insertions, 6 deletions
diff --git a/c.scm b/c.scm
deleted file mode 100644
index afbc055..0000000
--- a/c.scm
+++ /dev/null
@@ -1,6 +0,0 @@
1(use-modules (guix ci))
2
3(list (channel-with-substitutes-available
4 %default-guix-channel
5 "https://ci.guix.gnu.org")
6 )