diff options
author | Christopher R. Nelson <christopher.nelson@languidnights.com> | 2024-01-20 22:00:33 -0500 |
---|---|---|
committer | Christopher R. Nelson <christopher.nelson@languidnights.com> | 2024-01-20 22:00:33 -0500 |
commit | d4c375110245c4c074bb6a853c179f3ff79c4df9 (patch) | |
tree | e59c653c6f313bba6089b55d50490fc83fcde0f7 /.guix-channel | |
parent | fd51369453074f1d54081e2f0af270743c4db24f (diff) |
housekeeping: update guix channel definition
Diffstat (limited to '.guix-channel')
-rw-r--r-- | .guix-channel | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.guix-channel b/.guix-channel index d0cb4f5..8a49025 100644 --- a/.guix-channel +++ b/.guix-channel @@ -1,2 +1,4 @@ (channel - (version 0)) + (version 0) + (news-file "news.scm") + (url "https://languidnights.com/guix-packages")) |