Compare commits
2 Commits
dfd8976868
...
a2de373e01
| Author | SHA1 | Date |
|---|---|---|
|
|
a2de373e01 | |
|
|
1496d92931 |
|
|
@ -4,7 +4,7 @@
|
||||||
#:use-module (guix git-download)
|
#:use-module (guix git-download)
|
||||||
#:use-module (guix packages)
|
#:use-module (guix packages)
|
||||||
#:use-module (guix build-system ruby)
|
#:use-module (guix build-system ruby)
|
||||||
#:use-module (gnu packages ruby))
|
#:use-module (gnu packages ruby-xyz))
|
||||||
|
|
||||||
(define vcs-file?
|
(define vcs-file?
|
||||||
(or (git-predicate (string-append (current-source-directory) "/../.."))
|
(or (git-predicate (string-append (current-source-directory) "/../.."))
|
||||||
|
|
|
||||||
|
|
@ -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")))))
|
||||||
Loading…
Reference in New Issue