feat: use the latest version of kakoune
parent
74b39211c3
commit
77ba70c14f
3
buer.scm
3
buer.scm
|
@ -6,6 +6,7 @@
|
|||
#|Guix |# (guix gexp)
|
||||
#|Misc |# (ice-9 match)
|
||||
#|Radix|# (radix packages linux)
|
||||
(radix packages text-editors)
|
||||
(radix services linux)
|
||||
(radix system setuid)
|
||||
(radix secrets)
|
||||
|
@ -112,7 +113,7 @@
|
|||
#|math |# libqalculate
|
||||
#|shells |# dash
|
||||
#|texinfo |# info-reader
|
||||
#|text-editors|# kakoune
|
||||
#|text-editors|# kakoune-next
|
||||
#|tmux |# tmux
|
||||
#|vpn |# wireguard-tools))
|
||||
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
(define-module (radix packages text-editors)
|
||||
#:use-module (gnu packages text-editors)
|
||||
#:use-module (guix transformations))
|
||||
|
||||
(define-public kakoune-next
|
||||
((options->transformation
|
||||
`((with-branch . "kakoune=master")
|
||||
(with-git-url . "kakoune=https://github.com/mawww/kakoune")))
|
||||
kakoune))
|
Loading…
Reference in New Issue