diff options
author | Griffin Smith <grfn@gws.fyi> | 2021-03-28T23·55-0400 |
---|---|---|
committer | glittershark <grfn@gws.fyi> | 2021-03-29T00·00+0000 |
commit | b6f88fb4cdcb6604a94b02a960d25017b74d1b13 (patch) | |
tree | 7e011408ac2656fe9aa9e1bf5fa49571854f1824 /users/glittershark/system/home | |
parent | 83a7eaa6fe34a9d95cc15021e44f8857d1e6920e (diff) |
feat(gs/home): Install prettier r/2362
Change-Id: I0a416ef919859b7516861de7fb575616f5479d26 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2701 Reviewed-by: glittershark <grfn@gws.fyi> Tested-by: BuildkiteCI
Diffstat (limited to 'users/glittershark/system/home')
-rw-r--r-- | users/glittershark/system/home/modules/development.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/users/glittershark/system/home/modules/development.nix b/users/glittershark/system/home/modules/development.nix index 7fc5de807d6d..1152a3395a8e 100644 --- a/users/glittershark/system/home/modules/development.nix +++ b/users/glittershark/system/home/modules/development.nix @@ -54,6 +54,7 @@ with lib; gdb lldb hyperfine + config.lib.depot.third_party.clang-tools clj2nix clojure @@ -62,7 +63,7 @@ with lib; pg-dump-upsert - config.lib.depot.third_party.clang-tools + nodePackages.prettier ] ++ optionals (stdenv.isLinux) [ julia valgrind |