diff --git a/.guix-authorizations b/.guix-authorizations deleted file mode 100644 index 3114072..0000000 --- a/.guix-authorizations +++ /dev/null @@ -1,4 +0,0 @@ -(authorizations - (version 0) - (("908E F026 51C3 62EC 776A DA98 640A 6795 ECDA AC2F" - (name "TakeV")))) \ No newline at end of file diff --git a/.guix-channel b/.guix-channel deleted file mode 100644 index b0de5aa..0000000 --- a/.guix-channel +++ /dev/null @@ -1,11 +0,0 @@ -(channel - (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")))))) \ No newline at end of file diff --git a/packages/clojure.scm b/packages/clojure.scm deleted file mode 100644 index bde19a1..0000000 --- a/packages/clojure.scm +++ /dev/null @@ -1,53 +0,0 @@ -(define-module (lambdapackages packages util) - #:use-module (gnu packages curl) - #:use-module (guix gexp) - #:use-module (guix build-system copy) - #:use-module (guix download) - #:use-module ((guix licenses) #:prefix license:) - #:use-module (gnu packages compression) - #:use-module (guix packages)) - -(define-public joker - (package - (name "joker") - (version "1.1.0") - (synopsis "Joker is a small Clojure interpreter, linter and formatter written in Go.") - (description "Joker is a small Clojure interpreter, linter and formatter written in Go.") - (home-page "https://github.com/candid82/joker") - (license license:epl1.0) - (build-system copy-build-system) - (inputs (list unzip)) - (arguments - (list #:install-plan #~'(("joker" "bin/")))) - (source (origin - (method url-fetch) - (sha256 - (base32 "140c651ml99skc1xyfavw97lyykgbisbx11478rmi5dl56kmvl52")) - (uri (string-append - "https://github.com/candid82/joker/releases/download/v" - version - "/joker-linux-amd64.zip")))))) -(define-public clojure-lsp - (package - (name "clojure-lsp") - (synopsis "A Language Server for Clojure(script). Taking a Cursive-like approach of statically analyzing code.") - (description "A Language Server for Clojure(script). Taking a Cursive-like approach of statically analyzing code.") - (version "2022.12.09-15.51.10") - (home-page "https://clojure-lsp.io/") - (license (license:fsf-free "https://mit-license.org/")) - (build-system copy-build-system) - (inputs (list unzip)) - (arguments - (list #:install-plan #~'(("clojure-lsp" "bin/")))) - (source (origin - (method url-fetch) - (uri - (string-append - "https://github.com/clojure-lsp/clojure-lsp/releases/download/" - version - "/clojure-lsp-native-linux-amd64.zip")) - (sha256 - (base32 "1q02djwxm57y4sxg3jdqp37zlxkdv5vgy8ja2b5cs3f4kc0b89ib")))))) - -joker -clojure-lsp diff --git a/takev.key b/takev.key new file mode 100644 index 0000000..f50f232 Binary files /dev/null and b/takev.key differ