about summary refs log tree commit diff
path: root/users
diff options
context:
space:
mode:
authorGriffin Smith <grfn@gws.fyi>2020-07-13T19·14-0400
committerglittershark <grfn@gws.fyi>2020-07-13T23·53+0000
commit7986b93a35493e1bcd7bd9c00c8bf10b001a2564 (patch)
tree3d364d0a6c573c51f5ca6fffed0f106725c89be7 /users
parentc5de35ee62b3eb85cfc9aeaf4cdf0b510d69c6fa (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')
-rw-r--r--users/glittershark/system/home/modules/development.nix5
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 d60fb7be5d..282e7a596a 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