Compare commits
No commits in common. "493ff787b507c8fda9cc9571ef988de1f4e69eee" and "c21a3aa725b98ff5d742d53ef28d86e34e3c492b" have entirely different histories.
493ff787b5
...
c21a3aa725
2 changed files with 13 additions and 4 deletions
|
@ -219,6 +219,14 @@ LocalForward 2812 localhost:2812"))
|
||||||
(simple-service 'my-channel-service
|
(simple-service 'my-channel-service
|
||||||
home-channels-service-type
|
home-channels-service-type
|
||||||
(list
|
(list
|
||||||
|
(channel
|
||||||
|
(name 'oni)
|
||||||
|
(url "git://ryuslash.org/guix-packages.git")
|
||||||
|
(introduction
|
||||||
|
(make-channel-introduction
|
||||||
|
"646573578b7adfbff415645fed201269076cebf6"
|
||||||
|
(openpgp-fingerprint
|
||||||
|
"061C C5C4 D936 C9A8 AECC 1A17 7D5C 407B 4350 25C1"))))
|
||||||
(channel
|
(channel
|
||||||
(name 'nonguix)
|
(name 'nonguix)
|
||||||
(url "https://gitlab.com/nonguix/nonguix")
|
(url "https://gitlab.com/nonguix/nonguix")
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
#:use-module (oni packages emacs))
|
#:use-module (oni packages emacs))
|
||||||
|
|
||||||
(define-public emacs-oni-config
|
(define-public emacs-oni-config
|
||||||
(let ((commit "0fc53aec356daafd14aa6e8a192d37975863e394")
|
(let ((commit "f404ee603285efc62c73f03b178bd367d115fcbc")
|
||||||
(revision "0"))
|
(revision "0"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-oni-config")
|
(name "emacs-oni-config")
|
||||||
|
@ -23,13 +23,13 @@
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://code.ryuslash.org/ryuslash/emacs-config.git")
|
(url "git://code.ryuslash.org/emacs-config.git")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "11gypfc2z9cz144k93dwkaqvhw4y3dcja13i4c147y39lml9xgxg"))))
|
(base32 "1q9qh3b9r06j87pwscabj5mqjhbnysiw1a0xb31c4wn24bnmm143"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://code.ryuslash.org/ryuslash/emacs-config/")
|
(home-page "https://code.ryuslash.org/emacs-config/about/")
|
||||||
(synopsis "My Emacs configuration")
|
(synopsis "My Emacs configuration")
|
||||||
(description "This package provides my configuration for emacs")
|
(description "This package provides my configuration for emacs")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
@ -582,6 +582,7 @@ Emacs")))
|
||||||
("emacs-nameless" ,emacs-nameless)
|
("emacs-nameless" ,emacs-nameless)
|
||||||
("emacs-erefactor" ,emacs-erefactor)
|
("emacs-erefactor" ,emacs-erefactor)
|
||||||
("emacs-flycheck-relint" ,emacs-flycheck-relint)
|
("emacs-flycheck-relint" ,emacs-flycheck-relint)
|
||||||
|
("emacs-handle" ,emacs-handle)
|
||||||
("emacs-elisp-format" ,emacs-elisp-format)))
|
("emacs-elisp-format" ,emacs-elisp-format)))
|
||||||
(synopsis "My Emacs Lisp configuration")
|
(synopsis "My Emacs Lisp configuration")
|
||||||
(description "This package provides my configuration for Emacs Lisp.")))
|
(description "This package provides my configuration for Emacs Lisp.")))
|
||||||
|
|
Loading…
Reference in a new issue