diff options
author | Arun Isaac | 2022-03-02 17:55:27 +0530 |
---|---|---|
committer | Arun Isaac | 2022-03-02 21:04:17 +0530 |
commit | cb7cecae3f6152052bdaf601eb1f6fcb2727b6b9 (patch) | |
tree | e369c485363fb08ed2b294e1602d4a209754d506 /.guix-channel | |
parent | 419d982bb29dd8a3904e6591796cc7ebc9190fd8 (diff) | |
download | guix-forge-cb7cecae3f6152052bdaf601eb1f6fcb2727b6b9.tar.gz guix-forge-cb7cecae3f6152052bdaf601eb1f6fcb2727b6b9.tar.lz guix-forge-cb7cecae3f6152052bdaf601eb1f6fcb2727b6b9.zip |
Move channel modules into subdirectory.
We don't want the scm files in doc to be picked up on `guix pull'.
* .guix-channel: New file.
* forge: Move to guix/forge.
Diffstat (limited to '.guix-channel')
-rw-r--r-- | .guix-channel | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.guix-channel b/.guix-channel new file mode 100644 index 0000000..8cec433 --- /dev/null +++ b/.guix-channel @@ -0,0 +1,3 @@ +(channel + (version 0) + (directory "guix")) |