diff options
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")))) |