diff options
author | Franz Geffke <franz@pantherx.org> | 2023-06-25 16:07:34 +0100 |
---|---|---|
committer | Franz Geffke <franz@pantherx.org> | 2023-06-25 16:07:34 +0100 |
commit | 54b4056ac571611892c743b65f4c47dc298c49da (patch) | |
tree | 36e4a84137d2b9bc9a241cf82563da6114bf6189 /.guix-channel |
initial commit
Diffstat (limited to '.guix-channel')
-rw-r--r-- | .guix-channel | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.guix-channel b/.guix-channel new file mode 100644 index 0000000..105420c --- /dev/null +++ b/.guix-channel @@ -0,0 +1,11 @@ +;;; SPDX-License-Identifier: GPL-3.0-or-later +;; -*- mode: scheme; -*- + +(channel + (version 0) + (name 'pantherx) + (url "https://channels.pantherx.org/git/panther.git") + (dependencies + (channel + (name nongnu) + (url "https://channels.pantherx.org/git/nonguix.git")))) |