Compare commits

..

2 Commits

2 changed files with 12 additions and 1 deletions

View File

@ -4,7 +4,7 @@
#:use-module (guix git-download)
#:use-module (guix packages)
#:use-module (guix build-system ruby)
#:use-module (gnu packages ruby))
#:use-module (gnu packages ruby-xyz))
(define vcs-file?
(or (git-predicate (string-append (current-source-directory) "/../.."))

11
channels.scm Normal file
View File

@ -0,0 +1,11 @@
(list (channel
(name 'guix)
(url "https://git.guix.gnu.org/guix.git")
(branch "master")
(commit
"3a7556ccb6eb02771a9dac63504473d32d24e6f3")
(introduction
(make-channel-introduction
"9edb3f66fd807b096b48283debdcddccfea34bad"
(openpgp-fingerprint
"BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA")))))