diff options
author | Renken <renken@shione.net> | 2022-08-30 00:48:26 +0200 |
---|---|---|
committer | Renken <renken@shione.net> | 2022-08-30 22:59:19 +0200 |
commit | 4fc0a71aa718c3d4bbfd76e7c7743761f74db1b3 (patch) | |
tree | 5c5899fa6a2a87c57a5008b6f34e24a82e8d0f1a /nichijou | |
parent | 024b826bf8607fd10249b8381ecfcc5194ff56fa (diff) | |
download | shione-4fc0a71aa718c3d4bbfd76e7c7743761f74db1b3.tar.gz shione-4fc0a71aa718c3d4bbfd76e7c7743761f74db1b3.zip |
channels: add local nichijou copy
The local path is hard-coded. The file should contain a function instead
that returns a channel configured with a local path passed as an
argument.
Diffstat (limited to 'nichijou')
-rw-r--r-- | nichijou/home/config/guix/channels.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nichijou/home/config/guix/channels.scm b/nichijou/home/config/guix/channels.scm new file mode 100644 index 0000000..baa1299 --- /dev/null +++ b/nichijou/home/config/guix/channels.scm @@ -0,0 +1,4 @@ +(cons (channel (name 'nichijou) + (url "file:///home/renken/dev/gitlab/nichijou")) + ;; (url "https://gitlab.com/renken/nichijou")) + %default-channels) |