Skip to content

Commit

Permalink
Add emacs and clojure-tools to guix.scm
Browse files Browse the repository at this point in the history
  • Loading branch information
z-silver committed Nov 13, 2023
1 parent dac70ef commit 13e6dec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions guix.scm
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
(guix)
(guix build-system gnu)
((guix licenses) #:prefix license:)
(gnu packages clojure)
(gnu packages emacs)
(gnu packages racket)
(gnu packages rust-apps)
(gnu packages version-control))
Expand All @@ -14,6 +16,8 @@
(native-inputs
(list
racket
clojure-tools
emacs
just
git))
(inputs
Expand Down

0 comments on commit 13e6dec

Please sign in to comment.