diff options
author | Griffin Smith <grfn@gws.fyi> | 2020-07-13T19·14-0400 |
---|---|---|
committer | glittershark <grfn@gws.fyi> | 2020-07-13T23·53+0000 |
commit | 7986b93a35493e1bcd7bd9c00c8bf10b001a2564 (patch) | |
tree | 3d364d0a6c573c51f5ca6fffed0f106725c89be7 /users/glittershark | |
parent | c5de35ee62b3eb85cfc9aeaf4cdf0b510d69c6fa (diff) |
feat(gs/home): Install C++ development tools r/1290
Change-Id: I959e257e4c2f7c640bedfe5f8385f33ff02215d4 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1136 Reviewed-by: glittershark <grfn@gws.fyi> Tested-by: BuildkiteCI
Diffstat (limited to 'users/glittershark')
-rw-r--r-- | users/glittershark/system/home/modules/development.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/users/glittershark/system/home/modules/development.nix b/users/glittershark/system/home/modules/development.nix index d60fb7be5d23..282e7a596a4b 100644 --- a/users/glittershark/system/home/modules/development.nix +++ b/users/glittershark/system/home/modules/development.nix @@ -48,6 +48,11 @@ with lib; loc jsonnet + gdb + lldb + valgrind + rr + clj2nix pg-dump-upsert |