-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.guix-channel
More file actions
22 lines (21 loc) · 589 Bytes
/
Copy path.guix-channel
File metadata and controls
22 lines (21 loc) · 589 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
;; SPDX-License-Identifier: MPL-2.0
;; Copyright (c) {{CURRENT_YEAR}} {{AUTHOR}} ({{OWNER}}) <{{AUTHOR_EMAIL}}>
;;
;; Guix channel definition for {{PROJECT_NAME}}
;;
;; To use this channel, add to ~/.config/guix/channels.scm:
;;
;; (channel
;; (name '{{PROJECT_NAME}})
;; (url "https://github.com/{{OWNER}}/{{PROJECT_NAME}}")
;; (branch "main"))
;;
;; Then: guix pull
(channel
(version 0)
(url "https://github.com/{{OWNER}}/{{PROJECT_NAME}}")
(dependencies
(channel
(name 'guix)
(url "https://git.savannah.gnu.org/git/guix.git")
(branch "master"))))