diff options
author | Griffin Smith <grfn@gws.fyi> | 2020-09-09T14·43-0400 |
---|---|---|
committer | glittershark <grfn@gws.fyi> | 2020-09-09T14·47+0000 |
commit | 6489f080997f06b70302f4df7fb1afe0f35656ff (patch) | |
tree | 5b93c143a0eacf6eec5228b30d2c5a3361070142 | |
parent | 41b2653e320a6e4af1e334c94b270e9535d2255c (diff) |
feat(gs/home): Install clj-kondo and babashka r/1777
These depend on graalvm which is gonna be a big ol build Change-Id: I3b67e22677390921e408b9fea12191718b27cd7f Reviewed-on: https://cl.tvl.fyi/c/depot/+/1967 Reviewed-by: glittershark <grfn@gws.fyi> Tested-by: BuildkiteCI
-rw-r--r-- | users/glittershark/system/home/modules/development.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/users/glittershark/system/home/modules/development.nix b/users/glittershark/system/home/modules/development.nix index 5dd73379824b..7d8cd5b2ec42 100644 --- a/users/glittershark/system/home/modules/development.nix +++ b/users/glittershark/system/home/modules/development.nix @@ -58,6 +58,8 @@ with lib; clj2nix clojure leiningen + clj-kondo + babashka pg-dump-upsert |