Compare commits

...

5 Commits

Author SHA1 Message Date
TakeV 33ce02cd4d
Refactor channel 2023-07-13 01:20:56 -07:00
TakeV 1a99a3c1b7
Change "util" module name to clojure 2022-12-27 21:17:00 -08:00
TakeV fc97fb137a
Remove unneeded package returns 2022-12-24 01:00:32 -08:00
TakeV bb10a21d67
Remove nonguix channel dep 2022-12-22 14:36:20 -08:00
TakeV 6886ca16dd
Fix signing key 2022-12-22 14:17:25 -08:00
3 changed files with 4 additions and 15 deletions

View File

@ -1,4 +1,4 @@
(authorizations (authorizations
(version 0) (version 0)
(("908E F026 51C3 62EC 776A DA98 640A 6795 ECDA AC2F" (("1086 326D E207 068C 1C02 5129 A64F 4134 5C74 00AF"
(name "TakeV")))) (name "TakeV"))))

View File

@ -1,11 +1,2 @@
(channel (channel
(version 0) (version 0))
(dependencies (channel (name nonguix)
(url "https://gitlab.com/nonguix/nonguix")
(introduction
(channel-introduction
(version 0)
(commit
"897c1a470da759236cc11798f4e0a5f7d4d59fbc")
(signer
"2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5"))))))

View File

@ -1,4 +1,4 @@
(define-module (lambdapackages packages util) (define-module (lambda-packages packages clojure)
#:use-module (gnu packages curl) #:use-module (gnu packages curl)
#:use-module (guix gexp) #:use-module (guix gexp)
#:use-module (guix build-system copy) #:use-module (guix build-system copy)
@ -27,6 +27,7 @@
"https://github.com/candid82/joker/releases/download/v" "https://github.com/candid82/joker/releases/download/v"
version version
"/joker-linux-amd64.zip")))))) "/joker-linux-amd64.zip"))))))
(define-public clojure-lsp (define-public clojure-lsp
(package (package
(name "clojure-lsp") (name "clojure-lsp")
@ -48,6 +49,3 @@
"/clojure-lsp-native-linux-amd64.zip")) "/clojure-lsp-native-linux-amd64.zip"))
(sha256 (sha256
(base32 "1q02djwxm57y4sxg3jdqp37zlxkdv5vgy8ja2b5cs3f4kc0b89ib")))))) (base32 "1q02djwxm57y4sxg3jdqp37zlxkdv5vgy8ja2b5cs3f4kc0b89ib"))))))
joker
clojure-lsp